flutter_secure_app 1.0.6 copy "flutter_secure_app: ^1.0.6" to clipboard
flutter_secure_app: ^1.0.6 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 Flutter:

 $ flutter pub add flutter_secure_app

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

dependencies:
  flutter_secure_app: ^1.0.6

Alternatively, your editor might support 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
130
points
281
downloads

Documentation

API reference

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

MIT (license)

Dependencies

asn1lib, crypto, 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