curl_text 1.2.1
curl_text: ^1.2.1 copied to clipboard
A simple and flexible Flutter package for creating text with customizable outlines.
1.2.1 #
- Minor example fix
1.2.0 #
CurlTextWidgetconverted to aStatefulWidgetto support animation.- Added text layout options:
letterSpacing,wordSpacing,height,textAlign,maxLines,softWrap,overflow. - Added
textDirectionsupport for RTL languages, falling back to the ambientDirectionalitywhen omitted. - Added
shadowssupport for applyingShadows to the rendered text. - Added animated glow effect via
enableGlowAnimation,glowIntensity,glowColorandanimationDuration. - Expanded the example app with a full demo screen covering all new features.
- Updated README with new usage examples and an expanded parameter table.
- Added pub.dev
topics(text,widget,typography,animation,ui) for better package discoverability.
1.1.1 #
- Updated README pub badge to a static version badge.
1.1.0 #
- Added optional
fontWeightsupport. - Added optional
fontFamilysupport. - Updated README with full API documentation and parameter table.
1.0.0 #
- Initial version.