A plugin for flutter that functions to get list of installed application package from the mobile devices (Android Only)
First, add pit_get_application
as a dependency in your pubspec.yaml file.
pit_get_application: ^0.1.3
List<String> appPackage = await PitGetApplication.getAllApplication;