auto_theme 0.1.1
auto_theme: ^0.1.1 copied to clipboard
Automatically generate the opposite Flutter theme from the one you already designed.
0.1.1 #
- Added optional
themefallback soAutoThemeAppcan run without a user-provided source theme. - Added
HardcodedColorStrategy.colorFilteras an experimental fallback for apps that hardcode colors in widgets. - Added
hardcodedColorFilterStrengthto control fallback color-filter intensity. - Added tests covering omitted theme usage and hardcoded-color fallback behavior.
0.1.0 #
- Initial working release of
auto_theme. - Added automatic opposite-theme generation from a single theme.
- Added
AutoThemeApp,AutoThemeController, and toggle widgets. - Added an example app and tests.
