flutter_secure_app 1.0.1 copy "flutter_secure_app: ^1.0.1" to clipboard
flutter_secure_app: ^1.0.1 copied to clipboard

A robust security wrapper for Flutter applications implementing Runtime Application Self-Protection (RASP), SSL Pinning, and Anti-Proxy mechanisms.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_secure_app

With Flutter:

 $ flutter pub add flutter_secure_app

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

dependencies:
  flutter_secure_app: ^1.0.1

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_secure_app/flutter_secure_app.dart';
0
likes
0
points
310
downloads

Publisher

verified publisherengincode.com

Weekly Downloads

A robust security wrapper for Flutter applications implementing Runtime Application Self-Protection (RASP), SSL Pinning, and Anti-Proxy mechanisms.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

device_info_plus, dio, flutter, flutter_secure_storage, http_certificate_pinning, package_info_plus, plugin_platform_interface, shared_preferences

More

Packages that depend on flutter_secure_app

Packages that implement flutter_secure_app