Webview - Open links inside app
To handle interacting with external links from within an app.
Two potential options for handling external links: Either opening the link in a webview in the app and creating a browser experience within the app or sending the user outside of the app and into browser.
Flutter has its own webview
- Fantastic Official Tutorial: https://codelabs.developers.google.com/codelabs/flutter-webview#0