applist_detector_flutter 0.0.1+1
applist_detector_flutter: ^0.0.1+1 copied to clipboard
A Flutter ported library to detect suspicious apps like Magisk manager, Xposed framework, Abnormal Environment, running emulator and much more
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add applist_detector_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
applist_detector_flutter: ^0.0.1+1
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:applist_detector_flutter/applist_detector_flutter.dart';