Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter: how to launch and android intent and return data to flutter

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.

like image 658
FranzSilva87 Avatar asked Nov 06 '17 04:11

FranzSilva87


1 Answers

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/

like image 170
Rémi Rousselet Avatar answered Oct 31 '22 17:10

Rémi Rousselet