statusbar_color 0.0.5
statusbar_color: ^0.0.5 copied to clipboard
A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.
0.0.5 #
- SDK Target Bump: Bumped Android target and compile SDK to version 36 (Android 16).
0.0.4 #
- New Feature: Added Automatic Background Detection (
StatusbarColorAutoandStatusbarColorCapturer) to automatically adjust status bar text/icon brightness based on the background color. - Performance: Implemented raw RGBA byte extraction for instant, zero-stutter background detection.
- Documentation: Rewrote
README.mdto be more comprehensive and modern. - Cleanup: Removed outdated IDE and configuration files.
0.0.1 #
- Null Safety: Fully migrated the package to Dart Null Safety.
- Modern iOS APIs: Refactored iOS native code to avoid private APIs (App Store safe) and support scene-based UIWindow retrieval.
- Web Support: Added Flutter Web platform support to manipulate the browser's
theme-colormeta tag dynamically. - Android: Maintained full support for Android V2 Embedding.