Skip to content

Commit 3c20c9d

Browse files
committed
fix(app): update dependencies
1 parent 750e0e2 commit 3c20c9d

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

flutter_secure_storage/pubspec.yaml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,31 @@ dependencies:
3131
# implementation constraints as "any". We cannot do it right now as it fails pub publish
3232
# validation, so we set a ^ constraint.
3333
# https://github.com/flutter/flutter/issues/46264
34-
flutter_secure_storage_darwin: ^0.1.0
35-
flutter_secure_storage_linux: ^2.0.0
34+
flutter_secure_storage_darwin:
35+
git:
36+
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
37+
path: flutter_secure_storage_darwin
38+
ref: strongbox-enabled
39+
flutter_secure_storage_linux:
40+
git:
41+
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
42+
path: flutter_secure_storage_linux
43+
ref: strongbox-enabled
3644
flutter_secure_storage_platform_interface:
3745
git:
3846
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
3947
path: flutter_secure_storage_platform_interface
4048
ref: strongbox-enabled
41-
flutter_secure_storage_web: ^2.0.0
42-
flutter_secure_storage_windows: ^4.0.0
49+
flutter_secure_storage_web:
50+
git:
51+
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
52+
path: flutter_secure_storage_web
53+
ref: strongbox-enabled
54+
flutter_secure_storage_windows:
55+
git:
56+
url: [email protected]:QuickBirdEng/flutter_secure_storage.git
57+
path: flutter_secure_storage_windows
58+
ref: strongbox-enabled
4359
meta: ^1.3.0
4460

4561
dev_dependencies:

0 commit comments

Comments
 (0)