freerasp 1.1.0 copy "freerasp: ^1.1.0" to clipboard
freerasp: ^1.1.0 copied to clipboard

outdated

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: ^1.1.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';
398
likes
0
pub points
97%
popularity

Publisher

verified publishertalsec.app

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on freerasp