dev_guard 1.0.0 copy "dev_guard: ^1.0.0" to clipboard
dev_guard: ^1.0.0 copied to clipboard

A high-performance remote licensing and app-protection plugin for Flutter. Secured by HMAC signatures and native FFI (Secure Enclave), it enables developers to remotely lock, warn, or sync application [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dev_guard

With Flutter:

 $ flutter pub add dev_guard

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

dependencies:
  dev_guard: ^1.0.0

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:dev_guard/dev_guard.dart';
1
likes
0
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

A high-performance remote licensing and app-protection plugin for Flutter. Secured by HMAC signatures and native FFI (Secure Enclave), it enables developers to remotely lock, warn, or sync applications via the DevGuard REST API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

android_id, battery_plus, connectivity_plus, crypto, device_info_plus, ffi, flutter, flutter_secure_storage, flutter_vault_logger, geolocator, hive_flutter, http, package_info_plus, path_provider, root_jailbreak_guard, url_launcher

More

Packages that depend on dev_guard

Packages that implement dev_guard