todolegal_identity 0.1.1
todolegal_identity: ^0.1.1 copied to clipboard
TodoLegal Identity SDK — embedded onboarding and redirected document signing for partner Flutter apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add todolegal_identityThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
todolegal_identity: ^0.1.1Alternatively, 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:todolegal_identity/todolegal_identity.dart';