Flutter plugin to query for android launchable apps.
More...
Flutter plugin to allow yo to query launchable android apps. It supports getting work profile apps
Get launchable apps
List<AppInfoByProfile> apps = AppsList.getInstalledApps()
Launch an app
await AppsList..launchApp(application.packageName, application.serialNumber);
kipruto.dev
Repository (GitHub)View/report issues
unknown (license)
flutter, plugin_platform_interface
Packages that depend on apps_list
Back