sharmadhiraj / installed_apps

Flutter plugin with utility methods related to installed apps on device.
https://pub.dev/packages/installed_apps
Apache License 2.0
23 stars 35 forks source link

Remove QUERY_ALL_PACKAGES #39

Open shatanikmahanty opened 1 week ago

shatanikmahanty commented 1 week ago

Removes the permission in android manifest providing choice to user if it needs to be updated

Won-gyu commented 1 week ago

This was what I needed. If anyone wants to remove "QUERY_ALL_PACKAGES", update your pubspec.yaml as follows:


# installed_apps: ^1.5.2
installed_apps:
  git:
    url: https://github.com/shatanikmahanty/installed_apps.git
    ref: master