pkgmgr 1.0.0 copy "pkgmgr: ^1.0.0" to clipboard
pkgmgr: ^1.0.0 copied to clipboard

Get all Android apps using QUERY_ALL_PACKAGES permission.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pkgmgr

With Flutter:

 $ flutter pub add pkgmgr

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  pkgmgr: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pkgmgr/pkgmgr.dart';
2
likes
0
points
8
downloads

Publisher

verified publishernettica.com

Weekly Downloads

Get all Android apps using QUERY_ALL_PACKAGES permission.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pkgmgr

Packages that implement pkgmgr