Add a style to non-links (yellow) or links (red), and open in browser using url_launcher : import ‘package:flutter_linkify/flutter_linkify. dart’; import ‘package:url_launcher/url_launcher. dart’; Linkify( onOpen: (link) async { if (await canLaunch(link.
Read moreHow do I open URL in flutter?
Implementation:
Read moreHow do I navigate to a page in flutter?
In Flutter, a route is just a widget.
Read more