freerasp 2.0.0 freerasp: ^2.0.0 copied to clipboard
freeRASP is a part of security SDK for the app shielding and security monitoring. 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: ^2.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';