flutter_statusbarcolor 0.2.3
flutter_statusbarcolor: ^0.2.3 copied to clipboard
A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.
Changelog #
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.