An open API service indexing awesome lists of open source software.

https://github.com/crazecoder/signature_checker_android

A flutter plugin , It may help you verify the use of pirate apps in android
https://github.com/crazecoder/signature_checker_android

android flutter-plugin signature verifypirate

Last synced: 7 months ago
JSON representation

A flutter plugin , It may help you verify the use of pirate apps in android

Awesome Lists containing this project

README

          

# signature_checker_android

A new flutter plugin project for check android app signature base on [PiracyChecker](https://github.com/javiersantos/PiracyChecker), It may help you verify the use of pirate apps.

## Getting Started
```yaml
dependencies:
signature_checker_android:
git:
url: git://github.com/crazecoder/signature_checker_android.git
```
method support
```dart
SignatureCheckerAndroid.getApkSignature();
SignatureCheckerAndroid.verifyInstallerId();
SignatureCheckerAndroid.verifySignature();
SignatureCheckerAndroid.verifyUnauthorizedApps();
SignatureCheckerAndroid.verifyDebug();
SignatureCheckerAndroid.verifyEmulator();
```