flutter_security_suite 1.0.5 copy "flutter_security_suite: ^1.0.5" to clipboard
flutter_security_suite: ^1.0.5 copied to clipboard

Flutter plugin for mobile app security: root/jailbreak detection, certificate pinning, app integrity checks, screenshot protection, and encrypted secure storage.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_security_suite

With Flutter:

 $ flutter pub add flutter_security_suite

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_security_suite: ^1.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_security_suite/flutter_security_suite.dart';
1
likes
0
points
458
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for mobile app security: root/jailbreak detection, certificate pinning, app integrity checks, screenshot protection, and encrypted secure storage.

Repository (GitHub)
View/report issues

Topics

#security #encryption #root-detection #certificate-pinning #storage

License

unknown (license)

Dependencies

crypto, flutter

More

Packages that depend on flutter_security_suite

Packages that implement flutter_security_suite