Reputation: 41
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
Reputation: 36
Oh, maybe you can use Deeplink for communicating between two apps
Upvotes: 1