You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding the passkeys 2.0.9 in pubspec.yaml, I see this error :
Because passkeys >=2.0.9 depends on passkeys_web ^2.0.2 which depends on js ^0.7.1, passkeys >=2.0.9 requires js ^0.7.1. And because flutter_inappwebview >=6.0.0 depends on flutter_inappwebview_web ^1.0.8 which depends on js ^0.6.4, passkeys >=2.0.9 is incompatible with flutter_inappwebview >=6.0.0. So, because core depends on both flutter_inappwebview ^6.0.0 and passkeys ^2.0.9, version solving failed.
Would it be possible to update js in passkeys_web ?
Thank you !
The text was updated successfully, but these errors were encountered:
Hello Corbado team,
When adding the passkeys 2.0.9 in pubspec.yaml, I see this error :
Because passkeys >=2.0.9 depends on passkeys_web ^2.0.2 which depends on js ^0.7.1, passkeys >=2.0.9 requires js ^0.7.1. And because flutter_inappwebview >=6.0.0 depends on flutter_inappwebview_web ^1.0.8 which depends on js ^0.6.4, passkeys >=2.0.9 is incompatible with flutter_inappwebview >=6.0.0. So, because core depends on both flutter_inappwebview ^6.0.0 and passkeys ^2.0.9, version solving failed.
Would it be possible to update js in passkeys_web ?
Thank you !
The text was updated successfully, but these errors were encountered: