android_launchable_apps 0.0.1 copy "android_launchable_apps: ^0.0.1" to clipboard
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>

Getting Started #

1
likes
0
points
23
downloads

Publisher

verified publisherverseai.com

Weekly Downloads

Flutter plugin that allows you to gather informatin for user launchable android apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on android_launchable_apps

Packages that implement android_launchable_apps