Flutter plugin to allow yo to query launchable android apps. It supports getting work profile apps
Get launchable apps
List<AppInfo> apps = AppsList.getInstalledApps()
Launch an app
await AppsList.launchApp(application.packageName, application.serialNumber);