display_brightness 1.0.0
display_brightness: ^1.0.0 copied to clipboard
Control app-level screen brightness on iOS and Android using direct native interop (jnigen/swiftgen). No permissions required.
1.0.0 #
- FEAT: graduate the display_brightness plugin family to stable 1.0.0.
- FEAT: iOS
setBrightnessnow applies reliably — it ramps through distinct values instead of a single write that iOS coalesces (re-forcing the same value did nothing) or drops before the scene is active (see display_brightness_ios 1.0.0). - FIX: Android
dispose()no longer leaves the singleton pointing at a released JNI object, fixingUseAfterReleaseErroron reuse after dispose (see display_brightness_android 1.0.0). - FIX: iOS plugin now ships its generated Objective-C header, fixing "file not found" build failures (see display_brightness_ios 1.0.0).
0.1.0 #
- The initial release