flutter_custom_theme 0.1.4
flutter_custom_theme: ^0.1.4 copied to clipboard
Make your own custom theme for custom components. Easily share it between projects and customize.
Unreleased #
0.1.4 - 2021-01-29 #
- Fixed: Failed to get theme data for light mode in nested theme data.
- Add
innim_lintanalysis rules. Refactor project.
0.1.3+1 - 2020-12-26 #
- Update
list_extdependency.
0.1.3 - 2020-11-16 #
CustomThemes.of()supports the default values.
0.1.2 - 2020-11-16 #
- Dark mode support.
0.1.1+2 - 2020-05-19 #
- If
CustomThemesstorage is not found thanof<T>()method returnsnull.
0.1.1+1 - 2020-05-11 #
- Add an example.
- Update README.
0.1.1 - 2020-04-30 #
- Add complex theme data and recursive theme data search.
0.1.0 - 2020-04-24 #
- Core functionality.