autologin_plugin 0.0.3 autologin_plugin: ^0.0.3 copied to clipboard
Library for offering automatic logins with platform methods like smartlock or the keychain.
Autologin plugin for Flutter #
Experimental autologin plugin for Flutter. This library should log in the user if the login data are already known by the operating system of the device e.g. on the first run.
You can check it yourself on the github page in supported browsers.
Supported platforms #
Android #
On Android Smartlock for Passwords is used, so you need the play services.
iOS #
On iOS AutoFill is used.
Web #
On Web Credential Management API, but beware that just Chrome, Edge and Opera support this feature (Source).
TODO #
- ❌ Add documentation how to use it. In the mean time you can use the example app
- ❌ Upload the final version to pub.dev
- ❌ Windows Support #8
- ❌ MacOs Support #11