flutter_plugin_device_apps icon indicating copy to clipboard operation
flutter_plugin_device_apps copied to clipboard

Get List Of Applications From PackageName

Open igaurab opened this issue 5 years ago • 0 comments

So far we can get the individual application, and a list of installed application.

What if we could get multiple applications by giving a list of packageName as such

List<Application> selectedApp = DeviceApp.getListOfApplicationFromPackageName(packageList)

igaurab avatar Jan 06 '20 06:01 igaurab