mono_prove 1.0.0-alpha.1
mono_prove: ^1.0.0-alpha.1 copied to clipboard
The Mono Prove SDK is a quick and secure way to onboard your users from within your Flutter app. Mono Prove is a customer onboarding product that offers businesses faster customer onboarding and preve [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mono_prove
With Flutter:
$ flutter pub add mono_prove
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
mono_prove: ^1.0.0-alpha.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mono_prove/mono_prove.dart';