flutter_rsa_ohos 1.0.0 copy "flutter_rsa_ohos: ^1.0.0" to clipboard
flutter_rsa_ohos: ^1.0.0 copied to clipboard

library for use RSA with support for ohos.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_rsa_ohos

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

dependencies:
  flutter_rsa_ohos: ^1.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:flutter_rsa_ohos/bridge/binding.dart';
import 'package:flutter_rsa_ohos/bridge/binding_stub.dart';
import 'package:flutter_rsa_ohos/bridge/ffi.dart';
import 'package:flutter_rsa_ohos/bridge/isolate.dart';
import 'package:flutter_rsa_ohos/fast_rsa_ohos.dart';
import 'package:flutter_rsa_ohos/model/bridge_model_generated.dart';
0
likes
90
points
14
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

library for use RSA with support for ohos.

Repository

License

MIT (license)

Dependencies

ffi, flat_buffers, flutter, flutter_web_plugins, path

More

Packages that depend on flutter_rsa_ohos

Packages that implement flutter_rsa_ohos