flutter_twind 0.2.8
flutter_twind: ^0.2.8 copied to clipboard
Flutter UI components with Tailwind CSS-like styling system.
Changelog #
0.2.8 - 2025-08-20 #
Added #
- HSL color support
- HSL color parser
- HSL color formatter
Fixed #
- Fixed HSL color parser not working with alpha values
- Fixed HSL color formatter not working with alpha values
[0.2.8] - 2025-08-20 #
Added #
- Complete TailwindCSS-like style parser
- Flexbox layout support (
flex,justify-center,items-center) - Text alignment support (
text-center,text-left,text-right) - Comprehensive color system
- Border, border-radius, and shadow styles
- Responsive design support
Fixed #
- Fixed
text-centerstyle not working in certain containers - Fixed
WContainercomponent Flexbox layout support - Fixed
WTextcomponent text alignment issues - Removed unused
_isColormethod - Updated deprecated
withOpacitytowithValuesfor better precision
Improved #
- Optimized style parsing performance
- Enhanced type safety for components
- Improved documentation and examples