password_credential 0.3.2 copy "password_credential: ^0.3.2" to clipboard
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';
29
likes
130
points
509
downloads

Publisher

verified publisherirgaly.net

Weekly Downloads

Access to Credential Management API Password Credential in Web, and Smartlock for Password in Android.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on password_credential