flutter_tailwind_colors 0.0.4
flutter_tailwind_colors: ^0.0.4 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.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