password_credential 0.3.2
password_credential: ^0.3.2 copied to clipboard
Access to Credential Management API Password Credential in Web, and Smartlock for Password in Android.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add password_credential
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
password_credential: ^0.3.2
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:password_credential/credentials.dart';
import 'package:password_credential/entity/mediation.dart';
import 'package:password_credential/entity/password_credential.dart';
import 'package:password_credential/entity/result.dart';