tailwind_cli 0.2.0 tailwind_cli: ^0.2.0 copied to clipboard
A simple yet best tailwind style generation cli tool for flutter projects.
0.2.0 #
- Added
borderColor
method inBorderMixin
. - Added
borderWidth
method inBorderMixin
. - Added
o()
method inColorExtensions
. - Added
opacity()
method inColorExtensions
. - Added all duration property in the
TwNumberExtension
. - Fixed minor bugs.
0.1.5 #
- Added BorderMixin to
tailwind_cli
project. - Added Border for the TwContainer.
- Renamed
border()
method towithBorder()
.
0.1.3 #
- Fixed bug where it was not generating TwWrap and TwPadding Widget.
0.1.2 #
- Fixed bug where it was not generating TwWrap and TwPadding Widget.
0.1.1 #
- Minor doc and description updated.
0.1.0 #
- Initial release.