Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 356 Bytes

Apps List Plugin

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

Usage

Get launchable apps

 List<AppInfo> apps = AppsList.getInstalledApps()

Launch an app

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