flutter_linkify 3.0.0
flutter_linkify: ^3.0.0 copied to clipboard
Turns text URLs and emails into clickable inline links in text for Flutter.
3.0.0 - 2019-12-27 #
- Update to
linkifyv2.0.0. - Change
humanizetooptionsforlinkify - Change
linkTypestolinkifiersforlinkify
2.1.0 - 2019-03-23 #
2.0.0 - 2019-03-17 #
- Add email address linking (thanks PieterAelse! #8).
- Breaking: Change API to pass a
LinkableElementto theonOpencallback:- Accessing the URL can be done by using
link.url. - You can check using
isif it is aLinkElementorEmailElementfor custom handling.
- Accessing the URL can be done by using
- Added
linkTypesoption to enable/disable parsing URLs/emails. - More line break fixes (should be the last! #9).
1.1.1 - 2019-03-03 #
- Fix
humanizeoption on multi-link text (not being passed down).
1.1.0 - 2019-02-19 #
- Add
humanizeoption to remove protocol.
1.0.1 - 2018-09-15 #
- Add more documentation.
1.0.0+1 - 2018-09-15 #
- Update description.
1.0.0 - 2018-09-15 #
- Initial release.