readmore 3.0.0 readmore: ^3.0.0 copied to clipboard
A Flutter package that allows for dynamic expansion and collapse of text, as well as interactions with text patterns such as hashtags, URLs, and mentions.
[3.0.0] #
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),
[2.2.0] #
- Update to Flutter 3.
[2.1.0] #
- add RTL support
[2.0.0] #
- nullsafety
[1.0.1] #
- Remove debug statements
- Add delimiter span && style for trimExpandedText & trimCollapsedText
- Fix linkSize on ListView
[1.0.0] #
- initial release