tailwind_colors 0.3.1
tailwind_colors: ^0.3.1 copied to clipboard
Easily use the TailwindCSS color palette in dart. Features both the first TailwindCSS, the TailwindCSS 2.0 and the TailwindUI color palettes.
0.3.1 #
- Setup very_good_analysis as a linter
- Add Tailwind v3 colors
- Add Unit tests
0.3.0-nullsafety.1 Null Safety #
- Migrated to Null Safety
- Add support for converting to a Material Color
0.2.2 Format #
- Running dartfmt
0.2.1 Documentation updates #
- Added basic documentation
0.2.0 Added Support for the Tailwind 2.0 color palette #
- The Tailwind 2.0 color palette can be found under TWTwoColors.
- The color palette can be found on the Tailwindcss Website
0.1.0 Chores #
- Adds an example -> See example/lib/main.dart for an usage example.
- Longer description to fit with the pub guidelines
- Version up to 0.1.0: API should not be subject to change but might be extended in the future.
0.0.1 Initial Release. #
- Initial Release