tailwind_cli 0.5.4
tailwind_cli: ^0.5.4 copied to clipboard
A simple yet best tailwind style generation cli tool for flutter projects.
0.5.4 #
- Fixed
pub.flutter-io.cnfound formatting issues
0.5.3 #
- Fixed error
TwInkWell.dartnot exists. - Fixed
TwService.dartissue.
0.5.2 #
- Fixed issue where it was throwing error for null value.
- Fixed issue where it wasn't generating
TwContextExtensionfile. - Fixed example issue with dark mode and
TwImageWidget.
0.5.1 #
- Added Documentations.
0.5.0 #
- Added support for
DarkTheme. - Added new Builder
TwAppBuilder.- It is used to manage the dark theme for each color.
- Added
TwInkwellWidget. - Added
gesturesmethods inTwWidgetExtenstion. - Updated
Tw<Widget>extensions addedisprefix- Example:
isButton,isContainer,isRow,isColumnetc. - Example Usage:
"I Will Become a Text widget".isText.render().
- Example:
- Optimized generator which generates tailwind styles.
- Renamed Mixins Classes added
Twprefix.
0.4.2 #
- Fixed
https://github.com/thedevsbuddy/tailwind_cli/issues/6Issue.
0.4.1 #
- Fixed
export "./extensions/TwContextExtension.dart";Issue.
0.4.0 #
- Fixed
fontSizesinTwTextWidget. - Added
fontSizesin the TwSizes Utility.
0.3.3 #
- Fixed
ColorMixinerror as now it is method not getter.
0.3.2 #
- Refactored
ColorMixin.- Changed theme color helpers to use
contextas it won't work without it.
- Changed theme color helpers to use
0.3.1 #
- Refactored
TwColors.- Made it use
MaterialColorand its shades.
- Made it use
- Renamed
TwSpacerstoTwSizes.- Renamed
TwSpacers.sp<n>toTwSizes.spacer<n>.
- Renamed
- Renamed
widthBoxtospaceX. - Renamed
heightBoxtospaceY. - Removed
opacitymethod fromTwColorExtensionsbecause it was conflicting with flutter core.
0.3.0 #
- Fixed Colors extensions to use
contextas without context it wont respond to theme mode change. - Separated Utility helpers.
- Removed
Twmixin utility. - Added
TwColorsUtility. - Added
TwSpacersUtility. - Added
TwUtilsUtility.
- Removed
- Fixed Usage of all utilities.
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.