flutter_licensing 0.1.0 copy "flutter_licensing: ^0.1.0" to clipboard
flutter_licensing: ^0.1.0 copied to clipboard

Offline Ed25519 license verification and feature entitlements for Flutter applications.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() => runApp(const MaterialApp(home: LicenseExample()));

class LicenseExample extends StatelessWidget {
  const LicenseExample({super.key});
  @override
  Widget build(BuildContext context) => const Scaffold(
        body: Center(
            child: Text('Configure trusted keys before importing a license.')),
      );
}
0
likes
0
points
342
downloads

Publisher

verified publisherblockchainhub.digital

Weekly Downloads

Offline Ed25519 license verification and feature entitlements for Flutter applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cryptography, flutter, flutter_secure_storage, package_info_plus

More

Packages that depend on flutter_licensing