dosty_theme 0.0.3 dosty_theme: ^0.0.3 copied to clipboard
Theme management package for Flutter with light and dark mode support.
Changelog #
All notable changes to this project will be documented in this file.
[0.0.3] - 2024-11-28 #
Changed #
- added DostyThemeBuilder for work with custom colors
- improved documentation
[0.0.2] - 2024-10-31 #
Changed #
- Improved README to enhance clarity and usability.
- Added more detailed usage examples and explanations.
[0.0.1] - 2024-10-31 #
Added #
- Initial release of
dosty_theme
package. - Support for easy theme management with custom colors.
- Dark and light mode toggling functionality.
- System, Light, and Dark theme modes.
DostyColor
support for defining color variables.- Annotation-based color generation with
@DostyTheme
. - Context-based short methods for
primary
,scaffoldBackgroundColor
,cardColor
, and more. toggle()
method for theme switching and additional methods liketoLight()
,toDark()
, andtoSystem()
.
Fixed #
- N/A (First release)
Changed #
- N/A (First release)