link_text 0.2.1 link_text: ^0.2.1 copied to clipboard
Easy to use text widget for Flutter apps, which converts inlined URLs into clickable links. Allows custom styling.
[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