2

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

Ardeshir ojan
  • 1,914
  • 1
  • 13
  • 36

1 Answers1

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