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

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.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:smart_verify/smart_verify.dart';
0
likes
110
points
25
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

encrypt, flutter, http, pointycastle

More

Packages that depend on smart_verify