kaushal2307
kaushal2307

Reputation: 41

How to open a specific page of a flutter application from another app?

What I want is, User while on app B can use my flutter app A. For example when user clicks a button in app B, specific page of app A opens and also app B sends a json object to my app A. After using app A, I want to redirect user to app B again and along with it I also want to send resultData(json obj) to app B.

Upvotes: 2

Views: 1425

Answers (1)

ilzam mulkhaq
ilzam mulkhaq

Reputation: 36

Oh, maybe you can use Deeplink for communicating between two apps

Upvotes: 1

Related Questions