android_launchable_apps 0.0.2 copy "android_launchable_apps: ^0.0.2" to clipboard
android_launchable_apps: ^0.0.2 copied to clipboard

PlatformAndroid

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

android_launchable_apps #

Flutter plugin that allows you to gather information for user launchable android apps. Apps found are ones that declare a 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 #

Simply call

await AndroidLaunchableApps().getLaunchableApplications();
1
likes
160
points
23
downloads

Publisher

verified publisherverseai.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on android_launchable_apps

Packages that implement android_launchable_apps