wakelock_plus_platform_interface
v1.3.0A common platform interface for the wakelock_plus plugin used by the different platform implementations.
Архив пакета: https://pubdev.letsnova.ru/api/archives/wakelock_plus_platform_interface/1.3.0.tar.gz
Установка
dart pub add wakelock_plus_platform_interfaceREADME
Wakelock Plus Platform Interface
A common platform interface for wakelock_plus.
Usage
This package is already included as part of the wakelock_plus package dependency, and will
be included when using wakelock_plus as normal.
История изменений
[1.3.0]
- #107: Flutter 3.35 upgrade. Thanks diegotori.
- BREAKING CHANGES:
- Dart
- Library now requires Dart version
3.4or higher. - Library now requires Flutter version
3.22or higher.
- Library now requires Dart version
- Android
- Library now requires Android API 21 (Lollipop) or higher
- Library now requires Java 17 or higher
- Library now requires Android Gradle Plugin >=8.12.1
- Library now requires Gradle wrapper >=8.13
- Dart
[1.2.3]
[1.2.2]
1.2.1
1.2.0
- BREAKING CHANGES:
- Library now requires Dart version
3.3or higher. - Library now requires Flutter version
3.19or higher.
- Library now requires Dart version
1.1.0
- #2: Downgraded minimum
metato version1.3.0in order to maintain compatibility with versions of Flutter below3.10. Thanks diegotori. - BREAKING CHANGE: Increased the minimum supported Dart version to
2.18in order to align it withplugin_platform_interface.
1.0.0
- Initial release.
