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
262 stars 99 forks source link

Add LinkifySpan #108

Closed madmini closed 1 year ago

madmini commented 1 year ago

Add a simple extension of TextSpan that directly uses buildTextSpan. LinkifySpan is an InlineSpan which means that users have more flexibility when using Linkify inside existing TextSpan constructs.

Bump min dart version to 2.17.0 to use super parameters.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.