flutter_theme_kit 1.0.0
flutter_theme_kit: ^1.0.0 copied to clipboard
A comprehensive Flutter package for theme management and styling utilities with customizable colors, text styles, and platform-adaptive themes.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-07-09 #
Added #
- Initial release of Flutter Theme Kit
AppColors
comprehensive color utility class with light/dark theme supportAppTextStyles
text style utility class with consistent typographyAppThemes
main theme utility class combining colors and text stylesCupertinoThemes
iOS-specific theme utility classThemeUtils
utility functions for theme management and color manipulationColorSchemes
pre-defined color schemes for common design patternsTypography
pre-defined typography styles for consistent text styling- Comprehensive customization options for all theme components
- Platform-adaptive styling for iOS and Android
- Accessibility support with proper contrast ratios
- Color manipulation utilities (lighten, darken, blend, adjust)
- Theme switching and management functions
- Responsive design utilities
- Pre-defined Material Design and iOS color schemes
- Pre-defined typography styles for different platforms
- Comprehensive documentation and examples