Contributed by @maRci002 - see PR #59.
- Added
ReadMoreText.rich
constructor for rich text formatting and interactivity, enhancing text presentation with customizable styles and interactive elements.
Contributed by @maRci002 - see PR #54.
Breaking Changes:
- Upgraded to Dart 3.0.0
textScaleFactor
replaced withtextScaler
- Removed
callback
in favor of theisCollapsed
controller
Features:
-
Introduced
Annotation
functionality for custom styling and interactions with text patterns like hashtags, URLs, and mentions, enhancing text interactivity and usability. -
This version also has minor contributions from the following users: (@zeeshanhussain), (@sm2017), (@andreaselia), (@amereii), (@govindmaheshwari2),(@olisaemekaejiofor), (@epynic), (@webdastur), (@Siqlain-Hanif), (@unger1984),
- Update to Flutter 3.
- add RTL support
- nullsafety
- Remove debug statements
- Add delimiter span && style for trimExpandedText & trimCollapsedText
- Fix linkSize on ListView
- initial release