flutter_tailwind_colors 0.0.5
flutter_tailwind_colors: ^0.0.5 copied to clipboard
A Flutter package that provides the complete set of Tailwind CSS colors with customizable shades for use in Flutter applications.
Changelog #
0.0.5 - 2026-01-02 #
Added #
- Comprehensive API documentation (meets pub.dev 20% requirement)
- Example app demonstrating package usage with version switching
- Library-level documentation for all color palette files
- Enhanced class documentation for TWColors and TailwindColorManager
Changed #
- Improved documentation coverage across all public API elements
- Added example directory with working demo application
0.0.4 - 2026-01-02 #
Added #
- Support for all Tailwind CSS versions (v2.0, v3.0, v3.1, v3.2, v3.3, v3.4, v4.0)
- Version switching functionality with
TWColors.setVersion() - Global version management system
- Complete color palettes for all Tailwind CSS versions
- v2.0 color support with legacy naming (blueGray, coolGray, trueGray, warmGray, lightBlue)
- Comprehensive test coverage for all versions
Changed #
- Default version changed from v3.4 to v4.0
- Package structure reorganized with version-specific color files
- Improved documentation with version switching examples
Notes #
- Version switching is global and affects all color access throughout the application
- Recommended to set version once during app initialization