flutter_linkify 2.0.0 copy "flutter_linkify: ^2.0.0" to clipboard
flutter_linkify: ^2.0.0 copied to clipboard

outdated

Turns text URLs and emails into clickable inline links in text for Flutter.

2.0.0 - 2019-03-17 #

  • Add email address linking (thanks PieterAelse! #8).
  • Breaking: Change API to pass a LinkableElement to the onOpen callback:
    • Accessing the URL can be done by using link.url.
    • You can check using is if it is a LinkElement or EmailElement for custom handling.
  • 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.4 - 2019-02-19 #

  • Fix bug with newlines (#1)

1.0.3 - 2018-11-06 #

  • Fix another bug with whitespace (#1)

1.0.2 - 2018-11-05 #

  • Fix bug with whitespace (#1)

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.
769
likes
0
points
199k
downloads

Publisher

verified publishercretezy.com

Weekly Downloads

Turns text URLs and emails into clickable inline links in text for Flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_linkify