detect_false_gps 0.0.2
detect_false_gps: ^0.0.2 copied to clipboard
Faz detecção nativa de GPS falso no iPhone.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add detect_false_gpsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
detect_false_gps: ^0.0.2Alternatively, 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:detect_false_gps/detect_false_gps.dart';