Skip to content

v3.0.0

Choose a tag to compare

@lynrin lynrin released this 13 Sep 08:58
· 11 commits to main since this release
aa47781
  • Breaking change. Changed arguments for turnOn methods from positional parameters to named parameters.(Changed turnOn(false) to turnOn(on: false).)
  • Breaking change. Changed the minimum Android SDK version to 19.
  • Breaking change. Changed the minimum iOS version to 11.0.
  • Breaking change. Changed the minimum version of Flutter to 3.10.0.
  • (Android only) Added the withAllowLockWhileScreenOn parameter to the turnOn and turnOff methods so that the FLAG_ALLOW_LOCK_WHILE_SCREEN_ON flag can be set at the same time on Android OS.
  • (Android only) Added addAllowLockWhileScreenOn, clearAllowLockWhileScreenOn, isAllowLockWhileScreenOn methods to manipulate the FLAG_ALLOW_LOCK_WHILE_SCREEN_ON flag.
  • (Android only) Adjusted so that it can be built with "Gradle 8".

Full Changelog: v2.1.0...v3.0.0