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