- 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.
- Fix README.md image logo.
- Upgrade all dependencies to latest versions.
- Added
subDir
argument toThemeModeBuilderConfig.ensureInitialized()
to allow customization of the location of thetheme_box
boxes. - Add new logo!
- Upgrade all dependencies to latest versions.
- Update
example
app - Add web demo
- Migrate to null safety
- Add video link that explains how to use package
- Upgrade dependencies
- Put all constant strings in
Constants
class - 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
- Add
example
app - Upgrade all dependencies to latest!
- Fix typos in
README.md
- Add
toggleTheme
- Add
isDarkTheme
- Add
lint
package for better code
- Initial Release 🚀