palestine_trusted_device 0.0.1 copy "palestine_trusted_device: ^0.0.1" to clipboard
palestine_trusted_device: ^0.0.1 copied to clipboard

discontinued
outdated

Check if the device is trustworthy, rooted, jailbroken, developer mode is on, ...etc.

palestine_connection #

Lightweight internet connection test, lookup Google domain.

License Pub Example

Part of PalestineDevelopers project

Fork Star Watch

Features #

  • Android/IOS security checks

Getting started #

To start, import package

import 'package:palestine_trusted_device/palestine_trusted_device.dart';

Usage #

Just as easy as this

PalestineTrustedDevice.check(
      onFail: () {
        developer.log('Not Secure Env - Closing App..');
      },
    );

Customizing checks available too

PalestineTrustedDevice.check(
      checkRealDevice: true, // Android + IOS
      checkDevMode: false, // Android
      checkOnExternalStorage: false, // Android
      checkRooted: true, // Android + IOS
      onFail: () {
        developer.log('Not Secure Env - Closing App..');
      },
    );

It's possible to await until the check is done

await PalestineTrustedDevice.check(
      onFail: () {
        developer.log('Not Secure Env - Closing App..');
      },
    );
24
likes
0
pub points
56%
popularity

Publisher

verified publishermsayed.net

Check if the device is trustworthy, rooted, jailbroken, developer mode is on, ...etc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on palestine_trusted_device