PackageTrack
Sign in Get early access

screen_brightness

A Plugin for controlling screen brightness with application life cycle reset implemented

2.1.11 192K downloads/mo #871 most downloaded on pub.dev aaassseee/screen_brightness

What this package is like to depend on

Last release 2 months ago

16 Jun 2026

Release timing varies

gaps range from 2 weeks to 9 months

Nearly every release is documented

notes for 33 of 33 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

34 releases · first in 2021

4 releases in the last 12 months

see the full history below

Release timeline

34 releases · May 2021 to Jun 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 34
  1. 2.1.11 16 Jun 2026
    Release notes

    What's Changed

    Full Changelog: 2.1.10...2.1.11

    Open source →
    Release notes

    Fix

    Open source →
  2. 2.1.10 14 Jun 2026
    Release notes

    What's Changed

    • chore: update pubspec.yaml and CHANGELOG.md by @aaassseee in #90
    • fix(screen_brightness): Fixes the issue where the channel return type does not match the method by @qinshah in #95
    • feature/update-plugin-native-files by @aaassseee in #94

    New Contributors

    Full Changelog: 2.1.9...2.1.10

    Open source →
    Release notes

    Fix

    Internal

    Open source →
  3. 2.1.9 30 May 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 2.1.8...2.1.9

    Open source →
    Release notes
    • [Android] Add AGP9 support
    Open source →
  4. 2.1.8 09 May 2026
    Release notes

    What's Changed

    Full Changelog: 2.1.7...2.1.8

    Open source →
    Release notes
    • update dependencies
      • bump federated plugin constraints
      • bump flutter_lints constraint
      • [Example/Android] bump compileSdk/targetSdk to 36, AGP to 8.13.2, Kotlin to 2.3.21
    Open source →
  5. 2.1.7 24 Aug 2025
    Release notes

    What's Changed

    Full Changelog: 2.1.6...2.1.7

    Open source →
    Release notes
    • [Android] upgrade Android SDK version AGP (8.6.1), Kotlin (1.9.22), Gradle (8.7) #74
    • [OHOS] temporary revert migrate to new project structure #75
    Open source →
  6. 2.1.7-dev.1 24 Aug 2025 pre-release
    Release notes

    What's Changed

    Full Changelog: 2.1.7...2.1.7-dev.1

    Open source →
  7. 2.1.6 04 Aug 2025
    Release notes

    What's Changed

    Full Changelog: 2.1.5...2.1.6

    Open source →
    Release notes
    • [OHOS] migrate to new project structure #71
    Open source →
  8. 2.1.5 24 Jun 2025
    Release notes

    What's Changed

    • Crash fix when handling change and prop is missing by @deckerst in #67

    Full Changelog: 2.1.4...2.1.5

    Open source →
    Release notes
    • fixed crash when getting system brightness on custom ROM #67
    Open source →
  9. 2.1.4 31 May 2025
    Release notes

    What's Changed

    Full Changelog: 2.1.3...2.1.4

    Open source →
    Release notes
    • support SMP #56
    Open source →
  10. 2.1.3 06 May 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 2.1.2...2.1.3

    Open source →
    Release notes
    • added ohos support by ErBWs
    • updated resetScreenBrightness deprecated message to correct new method name by cmenkemeller
    Open source →
  11. 2.1.2 09 Mar 2025
    Release notes
    • updated README about permission on system brightness with Android #47
    • changed with using application as mush as possible in Android #45
    Open source →
  12. 2.1.1 12 Jan 2025
    Release notes
    • fixed iOS and macOS compile errors #43
    Open source →
  13. 2.1.0 12 Jan 2025
    Release notes
    • added canChangeSystemBrightness for user to check if system brightness is changeable
    Open source →
  14. 2.0.1 08 Dec 2024
    Release notes
    • [Windows] fixed call HandleWindowProc will lead to crash #38
    Open source →
  15. 2.0.0 12 Oct 2024
    Release notes
    • support changing system brightness #31 #32
    • fixed dependency constraint not up-to-date problem #30 #33
    Open source →
  16. 2.0.0+1 12 Oct 2024
    Release notes
    • updated README.md
    Open source →
  17. 2.0.0+2 19 Oct 2024
    Release notes
    • updated README.md
    Open source →
  18. 1.0.1 18 Apr 2024
    Release notes
    • added animate boolean
    Open source →
  19. 1.0.0 04 Feb 2024
    Release notes
    • updated minimum supported SDK version to Flutter 3.0/Dart 3.0.
    • added static instance method
    Open source →
  20. 0.2.2 25 Sep 2022
    Release notes
    • added Windows support
    Open source →
  21. 0.2.2+1 23 Aug 2023
    Release notes
    • updated topics
    • updated dependencies
    Open source →
  22. 0.2.1 12 May 2022
    Release notes
    • added macOS support
    Open source →
  23. 0.2.0 20 Apr 2022
    Release notes
    • upgraded dependecies
    • changed dependencies version using version range
    • updated README.md
    Open source →
  24. 0.1.4 28 Jan 2022
    Release notes
    • added is auto reset boolean for disable auto reset (iOS only)
    Open source →
  25. 0.1.3 29 Dec 2021
    Release notes
    • added has changed boolean
    Open source →
  26. 0.1.2 03 Dec 2021
    Release notes
    • updated get maximum brightness method in android (ref. issue & solution)
    Open source →
  27. 0.1.2+1 07 Dec 2021
    Release notes
    • separated android and ios to different federated plugins
    Open source →
  28. 0.1.2+2 08 Dec 2021
    Release notes
    • updated screen_brightness_ios minimum version
    Open source →
  29. 0.1.1 26 Oct 2021
    Release notes
    • fixed broken repository link in pubspec
    Open source →
  30. 0.1.0 26 Oct 2021
    Release notes

    (breaking change)

    • migrated to federated plugins
    • fixed issue #2 by monitoring system brightness
    • added onCurrentBrightnessChanged stream
    Open source →
  31. 0.0.4 18 Jul 2021
    Release notes
    • fixed issue #1 Miui out of range error
    Open source →
  32. 0.0.3 11 Jul 2021
    Release notes
    • removed jcenter
    • updated example with route aware
    Open source →
  33. 0.0.2 13 May 2021
    Release notes
    • updated pubspec.yaml with more project information
    Open source →
  34. 0.0.1 13 May 2021
    Release notes
    • Initial release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive