Like the title says, im looking to launch an android intent from flutter but then after doing an operation, for it to return the result back to flutter.
2
-
May sounds weird. But you shouldn't use "Hi", "Hello", or whatever similar. Nor "thanks". meta.stackexchange.com/questions/2950/…Rémi Rousselet– Rémi Rousselet2017-11-06 09:15:42 +00:00Commented Nov 6, 2017 at 9:15
-
If intent is to an external app, then platform specific code as per Darky's answer. If you mean startActivityForResult, then check out flutter.io/flutter-for-android/…FreewheelNat– FreewheelNat2017-11-22 15:25:08 +00:00Commented Nov 22, 2017 at 15:25
Add a comment
|
1 Answer
What you want is most likely to use platform-specific code.
You can look here for more info on own to write native android code in flutter. https://flutter.io/platform-channels/