packages icon indicating copy to clipboard operation
packages copied to clipboard

LinkedText

Open justinmc opened this issue 1 year ago • 5 comments

A new package that provides the ability to automatically add working links into text.

This was originally part of the framework (https://github.com/flutter/flutter/pull/125927), but is being moved to a package. The reason is a close dependency on the url_launcher package for most functionality, which the Flutter framework does not depend on. Specifically, building a fully functional link on the web platform requires url_launcher's Link widget, and that's something I want users to have out of the box.

justinmc avatar Jan 10 '24 23:01 justinmc