best_theme 0.0.1
best_theme: ^0.0.1 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.1 - 2024-12-26 #
Added #
- Initial release of
best_themepackage. - Support for easy theme management with custom colors.
- Dark and light mode toggling functionality.
- System, Light, and Dark theme modes.
BestColorsupport for defining color variables.- Annotation-based color generation with
@BestTheme. - 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)