detect_mock_locat 0.0.2 copy "detect_mock_locat: ^0.0.2" to clipboard
detect_mock_locat: ^0.0.2 copied to clipboard

A Flutter plugin to detect if mock locations are enabled and in use on Android and iOS devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add detect_mock_locat

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  detect_mock_locat: ^0.0.2

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:detect_mock_locat/detect_mock_locat.dart';
0
likes
125
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to detect if mock locations are enabled and in use on Android and iOS devices.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, permission_handler, plugin_platform_interface

More

Packages that depend on detect_mock_locat

Packages that implement detect_mock_locat