smart_verify 1.0.4 copy "smart_verify: ^1.0.4" to clipboard
smart_verify: ^1.0.4 copied to clipboard

PlatformAndroid

A Flutter SDK for authentication with RSA encryption, designed for authentication.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_verify

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

dependencies:
  smart_verify: ^1.0.4

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:smart_verify/smart_verify.dart';
0
likes
120
points
218
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter SDK for authentication with RSA encryption, designed for authentication.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

connectivity_plus, encrypt, flutter, http, permission_handler, permission_handler_android, pointycastle

More

Packages that depend on smart_verify

Packages that implement smart_verify