best_theme_generator 0.0.2
best_theme_generator: ^0.0.2 copied to clipboard
A code generation package for creating theme color variables in Flutter.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 - 2024-10-31 #
Added #
- Initial release of
best_theme_generatorpackage. - Support for generating theme classes based on annotations.
- Automatic variable generation for color themes defined in
DostyColor. @BestThemeannotation to create theme structures with light and dark modes.- Generated code for easy access to defined colors via variable names.
- Support for theme mode toggling (light, dark, system) in the generated class.
Fixed #
- N/A (First release)
Changed #
- N/A (First release)