password_credential 0.2.0 copy "password_credential: ^0.2.0" to clipboard
password_credential: ^0.2.0 copied to clipboard

outdated

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.2.0

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';
28
likes
0
pub points
82%
popularity

Publisher

verified publisherirgaly.net

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on password_credential