flutter_statusbarcolor_ns 0.6.0
flutter_statusbarcolor_ns: ^0.6.0 copied to clipboard
A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.
Changelog #
0.6.0 #
- Fix AGP 8 issues, add namespace and bump compilesdk to 34
0.5.0 #
- Bump Android SDK and Kotlin version
0.4.0 #
- Migrate Android v2 Embedding
0.3.0-nullsafety #
- Migrate to Null Safety
0.2.3 #
- Fix iOS 13+ Dark mode.
0.2.2 #
- Fix iOS 13 build error.
0.2.1 #
- Null check for android activity.
0.2.0 #
- Breaking change. Updated Gradle tooling, kotlin version and compileSdkVersion. Same as
0.1.5
.
0.1.6 #
- Revert to
0.1.4
.
0.1.5 #
- Android dependencies version upgrade for AndroidX support.
0.1.4+1 #
- Update docs.
0.1.4 #
- Allow to animate the color after setting the color of statusbar or navigationbar.
0.1.3 #
- Fix ios build.
0.1.2 #
- Add
getStatusBarColor
andgetNavigationBarColor
.
0.1.1 #
- Fix ios build.
0.1.0 #
- Add
setStatusBarWhiteForeground
to set statusbar content color. - Add
setNavigationBarWhiteForeground
to set navigationbar content color. - Add
useWhiteForeground
to know the background is fit with white content.
0.0.4 #
- Upgrade to dart2.
0.0.3 #
- Try to fix ios build again.
0.0.2 #
- Try to fix ios build.
0.0.1+1 #
- Format code.
0.0.1 #
- Initial release.