legal_device 1.0.6 copy "legal_device: ^1.0.6" to clipboard
legal_device: ^1.0.6 copied to clipboard

A Flutter plugin for detecting the legality of the device(Jailbroken, root, emulator).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add legal_device

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

dependencies:
  legal_device: ^1.0.6

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:legal_device/legal_device.dart';
0
likes
40
points
16
downloads

Publisher

verified publisherglobecyber.com

Weekly Downloads

A Flutter plugin for detecting the legality of the device(Jailbroken, root, emulator).

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on legal_device

Packages that implement legal_device