azul_envato_checker 0.0.1+11 azul_envato_checker: ^0.0.1+11 copied to clipboard
Azul check Envato purchaseKey
Protect your Envato Products from Theft #
A Flutter package that helps protect your Envato products from theft. By wrapping the first screen of your app with the AzulEnvatoChecker widget, you can ensure that your app will only run if the unique key and package name match what is expected.
Use the following code to get started:
const AzulEnvatoChecker(
successPage: PageSuccess(),
loadingPage: PageLoading(),
errorPage: PageError(),
domain: "https://server.php",
uniqueKey: "generated key",
),
This package allows you to specify a domain
and uniqueKey
, which are used to verify the authenticity of your Envato product. If the verification is successful, the user will be redirected to the successPage
. If the verification is still in progress, the user will see the loadingPage
. If the verification fails, the user will be directed to the errorPage
.
With Azul Envato Checker, you can feel confident that your hard work and investment in your Envato products will be protected from theft.