build: Use workaround for flutter secure storage on linux
This commit is contained in:
parent
af28cd2af8
commit
9283fe8797
2 changed files with 18 additions and 10 deletions
|
|
@ -40,7 +40,7 @@ dependencies:
|
|||
flutter_new_badger: ^1.1.1
|
||||
flutter_olm: 2.0.0
|
||||
flutter_openssl_crypto: ^0.5.0
|
||||
flutter_secure_storage: ^9.2.2
|
||||
flutter_secure_storage: ^9.2.4
|
||||
flutter_shortcuts_new: ^2.0.0
|
||||
flutter_typeahead: ## Custom fork from flutter_typeahead since the package is not maintain well.
|
||||
git:
|
||||
|
|
@ -141,6 +141,13 @@ msix_config:
|
|||
install_certificate: false
|
||||
|
||||
dependency_overrides:
|
||||
# https://github.com/juliansteenbakker/flutter_secure_storage/issues/920
|
||||
flutter_secure_storage_linux:
|
||||
git:
|
||||
url: https://github.com/m-berto/flutter_secure_storage.git
|
||||
ref: patch-2
|
||||
path: flutter_secure_storage_linux
|
||||
flutter_secure_storage_platform_interface: 2.0.0
|
||||
# https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/155
|
||||
flutter_web_auth_2:
|
||||
git:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue