App Clone Checker

A new Flutter plugin. - To Detect App Cloning

Usage

Note: Only works with Android

await AppCloneChecker.appOriginality("com.vignesh.app_clone_checker")

Success Response

{
    "result" : "Success",
    "message" : "Valid App"
}

Failure Response

{
    "result" : "Failure",
    "message" : "Cloned / In-Valid App" / "Application ID Not Passed"
}

This project is hosted in PubDev

Inspired from ProAndroidDev & StackOverflow

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Libraries

app_clone_checker