Skip to content

Commit 64e8737

Browse files
committed
release passkeys_web 2.8.1
1 parent 3e6689d commit 64e8737

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

packages/passkeys/passkeys_web/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.8.1
2+
* Fixed plugin registration bug where `implements: test_plugin` prevented `PasskeysWeb` from being automatically included in Flutter's generated `web_plugin_registrant.dart`. Changed to `implements: passkeys` to match other platform implementations. This fixes `UnimplementedError` when calling passkey methods on web without manual registration.
3+
14
## 2.8.0
25
* Fixed Attestation not being passed correctly to the register function
36
* Fixed potential JSValue not being string exception

packages/passkeys/passkeys_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: passkeys_web
22
description: Web implementation of the Corbado passkeys plugin. Manages the creation of passkeys in browsers.
33
homepage: https://docs.corbado.com/overview/welcome
44
repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys_web
5-
version: 2.8.0
5+
version: 2.8.1
66

77
environment:
88
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)