android_app_checker 0.0.1 android_app_checker: ^0.0.1 copied to clipboard
Android App Checker is a Flutter plugin for checking installed apps on Android without needing 'QUERY_ALL_PACKAGES' permission. It ensures privacy compliance with Google Play Store guidelines, offerin [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add android_app_checker
With Flutter:
$ flutter pub add android_app_checker
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
android_app_checker: ^0.0.1
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:android_app_checker/android_app_checker.dart';