flutter_linkify 6.0.0 flutter_linkify: ^6.0.0 copied to clipboard
Turns text URLs and emails into clickable inline links in text for Flutter.
[6.0.0] - 2023-05-15 #
[5.0.2] - 2021-04-12 #
- Fix SelectableText only supports TextSpan exception for Flutter 2 (#80, thanks MohamedEL-Torky!)
[5.0.1] - 2021-04-12 #
- Fix for
maxLines
(#80, thanks ChristianGaertner!)
[5.0.0] - 2021-03-04 #
- Add null-safety support. Now required Dart >=2.12
[4.1.0] - 2020-02-26 #
[4.0.2] - 2020-11-05 #
- Added unit tests
[4.0.1] - 2020-11-05 #
- Release of 4.0.0, forgot to bump version in README
[4.0.0] - 2020-11-05 #
- Change from
RichText
toText.rich
(#53, thanks @Sorunome!) - Added minimum Flutter version of 1.13.8 (#44, thanks @jamesderlin!)
Major version has been bumped:
linkify
(the underlying parsing library) has been upgrade to v3- Expand parsing to
www.
URLs (#21, thanks @SpencerLindemuth!) - Add
\r
parsing, requires Dart >=2.4 (#26, thanks @hpoul!) - Update loose URL regex to make it more reliable (thanks for the suggestion @olestole!)
- Expand parsing to
- Minimum version of Flutter has been upgrade
[3.1.3] - 2020-05-07 #
- Update
body1
tobodyText2
[3.1.2] - 2020-04-24 #
- Forgot to bump README version
[3.1.1] - 2020-04-24 #
- Update to
linkify
v2.1.0
[3.1.0] - 2020-01-10 #
- Add
SelectableLinkify
, for selectable linkified text - Add all props for RichText
[3.0.0] - 2019-12-27 #
- Update to
linkify
v2.0.0 - Change
humanize
tooptions
forlinkify
- Change
linkTypes
tolinkifiers
forlinkify
[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
LinkableElement
to theonOpen
callback:- Accessing the URL can be done by using
link.url
. - You can check using
is
if it is aLinkElement
orEmailElement
for custom handling.
- Accessing the URL can be done by using
- Added
linkTypes
option to enable/disable parsing URLs/emails. - More line break fixes (should be the last! #9).
[1.1.1] - 2019-03-03 #
- Fix
humanize
option on multi-link text (not being passed down).
[1.1.0] - 2019-02-19 #
- Add
humanize
option 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.