dosty_theme_generator 0.0.2 dosty_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
dosty_theme_generator
package. - Support for generating theme classes based on annotations.
- Automatic variable generation for color themes defined in
DostyColor
. @DostyTheme
annotation 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)