Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 757 Bytes

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 757 Bytes

[0.2.1]

  • Upgraded to Dart 3
  • Upgraded deprecated methods

[0.2.0]

  • Migrated to null safety
  • text is no longer a named parameter, making LinkText closer in use to Text widget

[0.1.6]

  • Added shouldTrimParams property that improves readability of longer links

[0.1.5]

  • Added onLinkTap callback that allows overriding the default tap handler

[0.1.4]

  • Migrated to AndroidX
  • Added documentation
  • Replaced deprecated TextStyles

[0.1.3]

  • Replaced RichText widget with Text.rich()

[0.1.2]

  • LinkText widget now handles URLs which include commas

[0.1.1]

  • Improved README

[0.1.0] - Initial release

  • Fully working LinkText widget - easily convert inlined urls into clickable links
  • Example project included