theme_mode_builder 1.0.0
theme_mode_builder: ^1.0.0 copied to clipboard
A Flutter package for handling theme in an app and also saving it on the device in a hive box.
1.0.0 29 Mar, 2021 #
- Update
exampleapp - Add web demo
- Migrate to null safety
- Add video link that explains how to use package
- Upgrade dependencies
- Put all constant strings in
Constantsclass - Enhance README.md
- Add new API, now you can set light and dark mode with ready functions
- Add new API, now you can set system mode and get theme mode with ready functions
0.0.3 19 Mar, 2021 #
- Add
exampleapp - Upgrade all dependencies to latest!
- Fix typos in
README.md
0.0.2 7 Mar, 2021 #
- Add
toggleTheme - Add
isDarkTheme - Add
lintpackage for better code
0.0.1 6 Mar, 2021 #
- Initial Release 🚀