Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 1.26 KB

[3.1.0]

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.

[3.0.0]

Contributed by @maRci002 - see PR #54.

Breaking Changes:

  • Upgraded to Dart 3.0.0
  • textScaleFactor replaced with textScaler
  • Removed callback in favor of the isCollapsed 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