bhagat-techind / flutter_sharing_intent

A flutter plugin to share file from other app to our app.
Apache License 2.0
44 stars 48 forks source link

Android does NOT working #26

Open PonyPC opened 10 months ago

PonyPC commented 10 months ago

as title, it recevied totally in a different lifecycle agaist original flutter lifecycle, and can not interact with flutter variables. considering this repo: https://github.com/yoohoomedia/receive_sharing_intent it receives the intent in main activity instead of new activity.

PonyPC commented 10 months ago

Spent a day to figure out the problem, note for saving your life. 😢

athul-ain commented 10 months ago

This link is not working, do you have any other reference to fix it.

DANYmachine commented 9 months ago

Try to edit this field in AndroidManifest.xml <activity

android:launchMode="singleTask"

... >...