intent 1.1.0
intent: ^1.1.0 copied to clipboard
A simple to use Flutter plugin to deal with Android Intents - your one-stop-solution for Android Intents.
1.0.0 #
intentis your one stop solution for handling different Android Intents from Flutter app.
Enjoy :)
1.1.0 #
intent- your one stop solution for android activity, can now get you back result from launched activity- Can pick documents/ multimedia using their default activity, and get you back a
List<String>, which holds result. - There might be some situation in which you want to pick multiple documents, which is why
Intent.startActivityForResult()returns aList<String>. - Most important news,
intentcan capture image using default Camera Activity and get you back path to captured image.