auto_status_bar 1.1.0
auto_status_bar: ^1.1.0 copied to clipboard
Automatically adjust the status bar appearance (light/dark) based on the underlying screen content brightness.
1.1.0 #
- Added configurable luminance threshold (
thresholdproperty onAutoStatusBar). - New
AutoStatusBar.instance.setThreshold(double)method to update the threshold at runtime. AutoStatusBarCapturernow accepts an optionalthresholdparameter for one-time setup.- Default threshold remains
128— fully backwards-compatible.
1.0.0 #
- Initial stable release.
- Automatic status bar theme switching based on screen content luminance.
AutoStatusBarsingleton withrefresh(),setTheme(),setDarkTheme(), andsetLightTheme().StatusBarObservernavigator observer for automatic refresh on route transitions.StatusBarThemefor customizable light/darkSystemUiOverlayStylepairs.AutoStatusBarCapturerconvenience widget for quick setup.