flutter_statusbarcolor 0.1.3 flutter_statusbarcolor: ^0.1.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.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.