Apps List Plugin

Flutter plugin to allow yo to query launchable android apps. It supports getting work profile apps

Usage

Get launchable apps

 List<AppInfoByProfile> apps = AppsList.getInstalledApps()

Launch an app

await AppsList..launchApp(application.packageName, application.serialNumber);

Libraries

app_info
Dart package for handling app information.
apps_list
apps_list_method_channel
apps_list_platform_interface