secure_flutter 0.0.1 copy "secure_flutter: ^0.0.1" to clipboard
secure_flutter: ^0.0.1 copied to clipboard

A secure license validation plugin for Flutter using API key and bundle ID verification.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_flutter

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

dependencies:
  secure_flutter: ^0.0.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:secure_flutter/secure_flutter.dart';
2
likes
130
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A secure license validation plugin for Flutter using API key and bundle ID verification.

Homepage
Repository (GitHub)

Topics

#security #api #license #validation

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_dotenv, http, package_info_plus

More

Packages that depend on secure_flutter