flutter_plugin_device_apps
flutter_plugin_device_apps copied to clipboard
Get List Of Applications From PackageName
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)