flutter_twind 0.3.3
flutter_twind: ^0.3.3 copied to clipboard
Flutter UI components with Tailwind CSS-like styling system.
Changelog #
0.3.3 - 2025-08-20 #
0.3.0 - 2025-08-20 #
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-center
style not working in certain containers - Fixed
WContainer
component Flexbox layout support - Fixed
WText
component text alignment issues - Removed unused
_isColor
method - Updated deprecated
withOpacity
towithValues
for better precision
Improved #
- Optimized style parsing performance
- Enhanced type safety for components
- Improved documentation and examples