freerasp 4.0.0 freerasp: ^4.0.0 copied to clipboard
Flutter library for improving app security and threat monitoring on Android and iOS mobile devices. Learn more about provided features on the freeRASP's homepage first.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add freerasp
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
freerasp: ^4.0.0
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:freerasp/android/android_callback.dart';
import 'package:freerasp/android/android_config.dart';
import 'package:freerasp/ios/ios_callback.dart';
import 'package:freerasp/ios/ios_config.dart';
import 'package:freerasp/talsec_app.dart';
import 'package:freerasp/talsec_callback.dart';
import 'package:freerasp/talsec_config.dart';
import 'package:freerasp/utils/hash_converter.dart';
import 'package:freerasp/utils/utils.dart';