get_device_signature 0.0.3 copy "get_device_signature: ^0.0.3" to clipboard
get_device_signature: ^0.0.3 copied to clipboard

A Flutter plugin to retrieve the device's app signature.

📱 Get Device Signature #

A Flutter plugin that gets the device's signature

🛠 Installation #

Add this to your pubspec.yaml:

dependencies:
  get_device_signature: latest_version

Run:

flutter pub get

🚀 Features #

Null safety support (starting from version 3.0.0)
✅ Gets the device's signature
✅ Supports Android and iOS
✅ Lightweight and easy to use

🚀 Usage #

Import the package:

import 'package:get_device_signature/get_device_signature.dart';

Example: Get the Device's Signature #

void getDeviceSignature() async {
  String signature = await GetDeviceSignature().getSignature();
  print("signature: $signature");
}

💡 Why Use Emulator Detection? #

  • Security: Ensure device authenticity by verifying the app’s signature.
  • Anti-Tampering: Detect modifications and unauthorized app clones.
  • Feature Control: Restrict access based on trusted signatures.

❤️ Support My Work #

If you find this package useful, you can buy me a coffee to support development!

Buy Me a Coffee

2
likes
150
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to retrieve the device's app signature.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on get_device_signature

Packages that implement get_device_signature