app_theme_kit 0.0.1
app_theme_kit: ^0.0.1 copied to clipboard
A modular Flutter theming kit with light/dark mode, color schemes, text themes, and Material 3 subthemes.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 Initial Release #
- Predefined light & dark ThemeData
- Custom TextTheme using Google Fonts (Quicksand)
- Design tokens for spacing, padding, radius, elevation
- Subthemes included: CardTheme, TabBarTheme, NavigationBarTheme, BottomAppBarTheme
- Example app demonstrating usage