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

pubspec.yaml does not specify a minimum Flutter version #44

Closed jamesderlin closed 3 years ago

jamesderlin commented 4 years ago

To avoid issues like https://github.com/Cretezy/flutter_linkify/issues/40 or https://stackoverflow.com/questions/62196357/, flutter_linkify's pubspec.yaml file should specify the minimum required Flutter version. The new TextTheme properties require Flutter 1.13.8 or newer.

Cretezy commented 4 years ago

This is a good idea. Will add soon

Cretezy commented 3 years ago

This has been added in https://github.com/Cretezy/flutter_linkify/commit/bc6608f760a2bf1544d670bf38f08ff83cdbd958

Thank you!