tailwind_cli 0.2.5
tailwind_cli: ^0.2.5 copied to clipboard
A simple yet best tailwind style generation cli tool for flutter projects.
0.2.5 #
- Added
TwStackwidget. - Removed deprecated stuffs
- Removed
accentColor. - Removed
buttonColor.
- Removed
- Added new color
- Added
colorScheme.secondary.
- Added
- Fixed
textThemestyles to work withoutcontext. - Fixed
themeColorsto work withoutcontext. - Changed
TwMixin:- Now it is only a file to hold
constvalues.
- Now it is only a file to hold
- Upgraded flutter version to
v3.x.
0.2.1 #
- Changed theme color to getters instead of methods.
- Now theme colors can work without
context. - Updated to use flutter
v3.
0.2.0 #
- Added
borderColormethod inBorderMixin. - Added
borderWidthmethod 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_cliproject. - 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.