- Upgraded to Dart 3
- Upgraded deprecated methods
- Migrated to null safety
text
is no longer a named parameter, making LinkText closer in use to Text widget
- Added
shouldTrimParams
property that improves readability of longer links
- Added
onLinkTap
callback that allows overriding the default tap handler
- Migrated to AndroidX
- Added documentation
- Replaced deprecated TextStyles
- Replaced RichText widget with Text.rich()
- LinkText widget now handles URLs which include commas
- Improved README
- Fully working LinkText widget - easily convert inlined urls into clickable links
- Example project included