android_app_checker 0.0.1 copy "android_app_checker: ^0.0.1" to clipboard
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';
2
likes
0
pub points
65%
popularity

Publisher

verified publisherwayofdt.com

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, offering a secure way to verify app presence. Ideal for developers prioritizing user privacy, it's easy to integrate and enhances app security by using a specified list of apps in the Android manifest for checks.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on android_app_checker