uae_pass_kit 0.0.2
uae_pass_kit: ^0.0.2 copied to clipboard
Unofficial UAE Pass Flutter plugin: app-to-app sign-in, profile retrieval, document sharing, PDF e-signature, token refresh and logout in pure Dart.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add uae_pass_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
uae_pass_kit: ^0.0.2Alternatively, 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:uae_pass_kit/uae_pass_kit.dart';