#
Android Intent Plus OverviewThis plugin allows Flutter apps to launch arbitrary intents when the platform is Android. If the plugin is invoked on iOS, it will crash your app. In checked mode, we assert that the platform should be Android.
#
Get started#
1. Add it to your projectpubspec.yaml
#
2. Download dependency#
3. Rebuild the app#
Next stepsRead the usage page to see examples of how to use the package.