android_launchable_apps 0.0.1
android_launchable_apps: ^0.0.1 copied to clipboard
Flutter plugin that allows you to gather informatin for user launchable android apps.
android_launchable_apps #
Flutter plugin that allows you to gather informatin for user launchable android apps. Apps found are ones that declare the MAIN intent and LAUNCHER category.
<queries>
...
<intent>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent>
</queries>