diff --git a/pubspec_base.yaml b/pubspec_base.yaml index ddf0bd2e0..500fd39a8 100644 --- a/pubspec_base.yaml +++ b/pubspec_base.yaml @@ -11,12 +11,6 @@ dependencies: ref: cake-4.0.2 version: 4.0.2 shared_preferences: ^2.0.15 - flutter_secure_storage: - git: - url: https://github.com/cake-tech/flutter_secure_storage.git - path: flutter_secure_storage - ref: cake-8.0.0 - version: 8.0.0 # provider: ^6.0.3 rxdart: ^0.27.4 yaml: ^3.1.1 @@ -144,6 +138,12 @@ dependency_overrides: git: url: https://github.com/cake-tech/web3dart.git ref: cake + flutter_secure_storage: + git: + url: https://github.com/cake-tech/flutter_secure_storage.git + path: flutter_secure_storage + ref: cake-8.0.0 + version: 8.0.0 flutter_icons: image_path: "assets/images/app_logo.png"