theme_mode_builder 2.0.0
theme_mode_builder: ^2.0.0 copied to clipboard
A Flutter package for handling theme in an app and also saving it on the device with shared preferences
[unreleased] - unreleased #
2.0.0 17 May, 2024 #
- Make package work with flutter
3.22.0 - Upgrade all dependencies to latest versions.
- BREAKING: people will have to choose their theme again, we now delete the hive box and we have ditched hive and we are using shared preferences. For you as a developer, nothing should change but it will be a small inconvenience for the users.
1.0.2 2 Jul, 2021 #
- Fix README.md image logo.
- Upgrade all dependencies to latest versions.
1.0.1 3 May, 2021 #
- Added
subDirargument toThemeModeBuilderConfig.ensureInitialized()to allow customization of the location of thetheme_boxboxes. - Add new logo!
- Upgrade all dependencies to latest versions.
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 🚀