Cretezy / flutter_linkify

Turns text URLs and emails into clickable inline links in text for Flutter
https://pub.dartlang.org/packages/flutter_linkify
MIT License
263 stars 99 forks source link

null-safety support #72

Closed muhlba91 closed 3 years ago

muhlba91 commented 3 years ago

Flutter's dev channel introduces null-safety. Are there plans to migrate the plugin to support null-safety? Potentially with a prerelease for people using the dev channel already?

Cretezy commented 3 years ago

Null-safety support is included inside v5.0.0!