hello I have a link in my app that opens the browser I want my app to open after a certain button pressed in the browser I know a plugin named inAppWebView that can support this...I don't know how especially when it is opened in an external browser like Chrome
Asked
Active
Viewed 2,137 times
2
-
1If I understand you correctly, this has been answered here: https://stackoverflow.com/questions/53770563/how-to-open-flutter-application-from-url – Robert Sandberg May 26 '21 at 21:19
-
Does this answer your question? [How to open flutter application from url?](https://stackoverflow.com/questions/53770563/how-to-open-flutter-application-from-url) – Robert Sandberg May 26 '21 at 21:20
-
not exactly but yes it is correct thanks – Ardeshir ojan May 27 '21 at 04:44
1 Answers
1
One way of opening apps from the web is with the use of app links. In Flutter, you can use Firebase Dynamic Links with the firebase_dynamic_links plugin. Other ways of doing so is with the use of app_links plugin.

Omatt
- 8,564
- 2
- 42
- 144