securely 0.0.2 copy "securely: ^0.0.2" to clipboard
securely: ^0.0.2 copied to clipboard

Securely is a flutter plugin for Runtime Application Self-Protection (RASP).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add securely

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

dependencies:
  securely: ^0.0.2

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:securely/securely.dart';
1
likes
160
points
84
downloads

Publisher

unverified uploader

Weekly Downloads

Securely is a flutter plugin for Runtime Application Self-Protection (RASP).

Repository (GitHub)
View/report issues

Topics

#secure #security #root-detection #debugger-detection #frida-detection

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on securely

Packages that implement securely