corbado / flutter-passkeys

Easily provide passkey authentication based on FIDO2 / WebAuthn for Flutter apps (iOS & Android) via a dedicated Flutter package
https://www.corbado.com/passkeys/flutter
BSD 3-Clause "New" or "Revised" License
60 stars 25 forks source link

js depends error #67

Open wordlesser opened 2 months ago

wordlesser commented 2 months ago

Hi, Because passkeys >=2.0.3 depends on passkeys_web ^2.0.1 which depends on js ^0.6.4, passkeys >=2.0.3 requires js ^0.6.4. So, because core depends on both passkeys ^2.0.8 and js ^0.7.1, version solving failed. Is there any plan to upgrade the js dependency?

incorbador commented 1 month ago

After seeing your request, we have updated the js dependency in passkeys_web to ^0.7.1. We included the changes in our latest version of the passkeys package (v.2.0.9).

Can you update dependency of the passkeys package and confirm that this solves your issue?