android_app_checker 0.0.4 android_app_checker: ^0.0.4 copied to clipboard
Flutter plugin for safe Android app verification without 'QUERY_ALL_PACKAGES' permission, aligning with Google Play privacy standards.
Use this package as a library
Depend on it
Run this command:
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 flutter pub get
):
dependencies:
android_app_checker: ^0.0.4
Alternatively, your editor might support 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';