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

PlatformAndroidiOS
outdated

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';
511
likes
160
points
27.1k
downloads

Publisher

verified publishertalsec.app

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

convert, flutter

More

Packages that depend on freerasp