passkeys_windows
Windows implementation of the passkeys plugin. Manages the creation of passkeys on Windows devices using Windows Hello and WebAuthn API.
0.1.3+2
48K downloads/mo
#1487 most downloaded on pub.dev
corbado/flutter-passkeys
What this package is like to depend on
Last release 1 months ago
17 Jul 2026
Release timing varies
gaps range from 2 weeks to 7 months
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
9 months old
5 releases · first in 2025
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · Nov 2025 to Jul 2026Releases
latest 5-
0.1.3+217 Jul 2026Release notes
Open source →- FIX(passkeys_windows): prevent crash on window close and use-after-free in Register (#261). (92018cd4)
- FEAT(passkeys_windows): add PRF extension support (#276). (d8dadfc1)
- DOCS: fix mistakes across package READMEs (#281). (d9b028ff)
2026-07-02
Changes
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
passkeys-v2.21.1passkeys_platform_interface-v2.8.0corbado_auth_firebase-v2.0.7corbado_auth-v3.7.3passkeys_darwin-v0.4.1+1passkeys_android-v2.12.2passkeys_windows-v0.1.2+1passkeys_web-v2.9.2passkeys_doctor-v1.5.1
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
corbado_auth_firebase-v2.0.7corbado_auth-v3.7.3passkeys_darwin-v0.4.1+1passkeys_android-v2.12.2passkeys_windows-v0.1.2+1passkeys_web-v2.9.2passkeys_doctor-v1.5.1
-
0.1.229 Jun 2026 -
0.1.2+102 Jul 2026 -
0.1.128 Nov 2025 -
0.1.026 Nov 2025Release notes
Open source →- Initial release of Windows platform implementation
- Support for Windows Hello (biometric and PIN authentication)
- Support for FIDO2 security keys
- WebAuthn API integration for Windows 10 (1903+) and Windows 11
- Passkey registration (MakeCredential)
- Passkey authentication (GetAssertion)
- Availability checking for platform authenticators
- Operation cancellation support