FLUTTER ECOSYSTEM

irgaly/flutter_password_credential

パスワード資格情報へのアクセス用のFlutterプラグイン。

flutter_password_credential のプロジェクト画像
Stars
10
Forks
7
最終プッシュ(UTC)
2022/05/21
プロジェクト状態
公開中
irgaly GitHub avatar
言語DartKotlinHTML

技術トピック

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 3 件
  • flutter{"sdk":"flutter"}
  • flutter_web_plugins{"sdk":"flutter"}
  • flutter_test開発用{"sdk":"flutter"}

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

password_credential

Flutter Plugin for Password Credentials Access.

ID and Passwords stored in Credential Management API or Smartlock are synced when user logged in Chrome or Android with same Google Account.

Example Project

Web Example Project.

web

Android Example Project.

android

User Settings

This section describes User-side Settings for Credentials Management System.

If the user has disabled Password Storing at System wide, or disabled per apps, the storing operations always failed with no user interaction.

If the user has disabled Auto Sign-in at System wide, the Silent Read operation always failed, and other read operation always asking user to read a password entry.

IMPORTANT:

In Android, per Apps decline settings are saved with All Google Accounts that logged in your device. The Store Permission Dialogs can be displayed, ONLY if all Google Accounts settings has not decline that app. If user cannot see any dialogs and cannot store credentials, check ALL Google Accounts Autofill Settings, and allow your app to store credentials at ALL Google Accounts.

web

android