wakelock_plus 1.2.6 wakelock_plus: ^1.2.6 copied to clipboard
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on Android, iOS, macOS, Windows, Linux, and web.
1.2.5 #
1.2.3 #
- #44 fix(wakelock_plus): WASM-compatible conditional imports. Thanks IchordeDionysos.
1.2.2 #
1.2.1 #
- Emergency hotfix by upgrading
wakelock_plus_platform_interface
to version1.2.0
.
1.2.0 #
- #26 Update web implementation to depend on Dart 3.3 JS interop + the recommended web package. Thanks davidmartos96.
- #33 Upgraded package_info_plus to version 6.0.0. Thanks diegotori.
- #34 Migrate to gradle 8.0. Thanks hasanm08.
- #35 Issue #18. Thanks diegotori.
- BREAKING CHANGES:
- Library now requires Dart version
3.3
or higher. - Library now requires Flutter version
3.19
or higher. - Library now requires Java 17 or higher and your app must build on API 34 (14 Upside Down Cake) on Android.
- Library now requires Dart version
1.1.6 #
- #23 fix: privacy manifest. Thanks SputNikPlop.
1.1.2 #
- #10: Allow use of
package_info_plus
version5.x.x
. Thanks dkrutskikh.
1.1.1 #
1.1.0 #
- #2: Downgraded minimum
meta
to version1.3.0
in order to maintain compatibility with versions of Flutter below3.10
. Also downgradedjs
to version0.6.3
due to the above. Thanks diegotori. - BREAKING CHANGE: Increased the minimum supported Dart version to
2.18
in order to align it withwakelock_plus_platform_interface
version1.1.0
.
1.0.0+3 #
README.md
now attributes the original author of thewakelock
plugin, which this plugin is based on.
1.0.0+2 #
- Added another update to
README.md
.
1.0.0+1 #
- Added update to
README.md
.