
Clickable links in Flutter text widgets made simple

Linkable is a lightweight Flutter package that wraps RichText to automatically detect URLs, email addresses, and phone numbers in any string and render them as tappable links. Developers can customize link and non‑link colors, text style, alignment, and other RichText attributes while the widget handles URL parsing and launching via url_launcher. Compatible with Android, iOS, web, macOS, Linux, and Windows, Linkable simplifies adding interactive text without manual regex or gesture handling.