Skip to content

Commit e72acc2

Browse files
authored
fix(passkey auth): override passkeys_ios with custom fix (#423)
## Description This PR adds a fix for iOS to be able to use another device to login. ## Additional Notes Changes in the passkeys_ios: corbado/flutter-passkeys#83 ## Type of Change - [x] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Refactoring - [ ] Documentation - [ ] Chore ## Screenshots <img width="300" alt="image" src="[image_url_here](https://github.com/user-attachments/assets/103e26f1-870e-49d7-b7ab-3b33e077fce5)">
1 parent 43771a1 commit e72acc2

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

pubspec.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -1467,12 +1467,13 @@ packages:
14671467
source: hosted
14681468
version: "2.1.0"
14691469
passkeys_ios:
1470-
dependency: transitive
1470+
dependency: "direct overridden"
14711471
description:
1472-
name: passkeys_ios
1473-
sha256: "1e23e40efd12867725443923a72914c11f926dce8623757b45ed2d7a16e95731"
1474-
url: "https://pub.dev"
1475-
source: hosted
1472+
path: "packages/passkeys/passkeys_ios"
1473+
ref: fix-ios-immediate-creds
1474+
resolved-ref: a282eccc77f7bf91b10273d477958b2ac104c5f9
1475+
url: "https://github.com/ice-tychon/flutter-passkeys.git"
1476+
source: git
14761477
version: "2.1.0"
14771478
passkeys_platform_interface:
14781479
dependency: transitive

pubspec_overrides.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ dependency_overrides:
55
ion_screenshot_detector:
66
path: packages/ion_screenshot_detector
77
js: ^0.7.1
8+
passkeys_ios:
9+
git:
10+
url: https://github.com/ice-tychon/flutter-passkeys.git
11+
ref: fix-ios-immediate-creds
12+
path: packages/passkeys/passkeys_ios

0 commit comments

Comments
 (0)