You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scanning the code and the example, it seems that getting results from an intent is not currently supported (for example result from a SCAN action for a barcode scanner intent).
Is it possible to extend the plugin in a Flutter application to use invokeMethods on _channel and get back some data?
The text was updated successfully, but these errors were encountered:
The plugin does not support this functionality. The way the plugin works would need to be changed considerably to use startActivityForResult instead of startActivity and capture and return results, similarly to what the image_picker does.
Hey, any updates on this? I am opening another app where the user needs to press login to verify their identity (using government API). Once the user presses login it returns me back to my app. The problem is that once the user has pressed login a link should be generated but I am not able to capture the link with the auth token.
Scanning the code and the example, it seems that getting results from an intent is not currently supported (for example result from a SCAN action for a barcode scanner intent).
Is it possible to extend the plugin in a Flutter application to use invokeMethods on _channel and get back some data?
The text was updated successfully, but these errors were encountered: