tailwind_cli 0.7.7  tailwind_cli: ^0.7.7 copied to clipboard
tailwind_cli: ^0.7.7 copied to clipboard
A simple yet best tailwind style generation cli tool for flutter projects.
0.7.5 #
- Updated dcli dependency to latest version
- Added fvm support
0.7.5 #
- Fixed file names as per pub.dev requirements
0.7.4 #
- Fixed some pub issues and formatted files
0.7.3 #
- Updated required packages to latest version
- Fixed build command error issue
0.7.2 #
- Updated required packages to latest version
- Fixed deprecated issues
0.7.1 #
- Fixed TwImageWidget
- Fixed TwButtonWidget
- Fixed TwContainerWidget
- Fixed TwPaddingWidget
- Fixed TwSizeMixinMixin
- Fixed TwPaddingMixinMixin
- Fixed TwMarginMixinMixin
0.7.0 #
- Added TwImageWidget
- Updated TwColorExtenstion- Repair opacityextensions
- Added withOpacitymethod
 
- Repair 
- Added contextproperty toTwServiceclass- Now you can access context from anywhere in the app using TwService.context
 
- Now you can access context from anywhere in the app using 
- Added TwSizeMixin- Now we are providing some predefined sizes in aspect of Screen Size
- You can apply fraction sizes by using this new helper mixin
 
0.6.4 #
- Fixed TwStackWidget
- Added Extensions for StackFitproperty- .fitExpandfor- StackFit.expand
- .fitLoosefor- StackFit.loose
- .fitPassthroughfor- StackFit.passthrough
 
0.6.3 #
- Fixed TwTextWidget- Removed text()method as we dont need it
 
- Removed 
0.6.2 #
- Fixed color conflict issue
- Added missing theme colors
- Sync all theme colors on
- Background and text colors
- Border colors
- Gradient Colors
 
0.6.1 #
- Fixed README Information
0.6.0 #
- Fixed TwBorderMixin-> AddedonDarkvariant for theme Colors
- Fixed Documentation
- Some minor fixes
0.5.7 #
- Fixed TwTextnull data issue
0.5.6 #
- Fixed dcliissue
0.5.5 #
- Fixed TwTextWidget null value issue
- Upgraded some deps
0.5.4 #
- Fixed pub.devfound 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.