Skip to content

A plugin for flutter that functions to get list of installed application package from the mobile devices (Android Only)

License

Notifications You must be signed in to change notification settings

bleuxstrife/pit_get_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pit_get_application

A plugin for flutter that functions to get list of installed application package from the mobile devices (Android Only)

Installation

First, add pit_get_application as a dependency in your pubspec.yaml file.

pit_get_application: ^0.1.3

Example for Get List Application Package

     List<String> appPackage = await PitGetApplication.getAllApplication;

About

A plugin for flutter that functions to get list of installed application package from the mobile devices (Android Only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published