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
19
pubspec.lock
19
pubspec.lock
|
|
@ -646,13 +646,14 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "9.2.4"
|
version: "9.2.4"
|
||||||
flutter_secure_storage_linux:
|
flutter_secure_storage_linux:
|
||||||
dependency: transitive
|
dependency: "direct overridden"
|
||||||
description:
|
description:
|
||||||
name: flutter_secure_storage_linux
|
path: flutter_secure_storage_linux
|
||||||
sha256: be76c1d24a97d0b98f8b54bce6b481a380a6590df992d0098f868ad54dc8f688
|
ref: patch-2
|
||||||
url: "https://pub.dev"
|
resolved-ref: f076cbb65b075afd6e3b648122987a67306dc298
|
||||||
source: hosted
|
url: "https://github.com/m-berto/flutter_secure_storage.git"
|
||||||
version: "1.2.3"
|
source: git
|
||||||
|
version: "2.0.1"
|
||||||
flutter_secure_storage_macos:
|
flutter_secure_storage_macos:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
@ -662,13 +663,13 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.1.3"
|
version: "3.1.3"
|
||||||
flutter_secure_storage_platform_interface:
|
flutter_secure_storage_platform_interface:
|
||||||
dependency: transitive
|
dependency: "direct overridden"
|
||||||
description:
|
description:
|
||||||
name: flutter_secure_storage_platform_interface
|
name: flutter_secure_storage_platform_interface
|
||||||
sha256: cf91ad32ce5adef6fba4d736a542baca9daf3beac4db2d04be350b87f69ac4a8
|
sha256: b8337d3d52e429e6c0a7710e38cf9742a3bb05844bd927450eb94f80c11ef85d
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.2"
|
version: "2.0.0"
|
||||||
flutter_secure_storage_web:
|
flutter_secure_storage_web:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ dependencies:
|
||||||
flutter_new_badger: ^1.1.1
|
flutter_new_badger: ^1.1.1
|
||||||
flutter_olm: 2.0.0
|
flutter_olm: 2.0.0
|
||||||
flutter_openssl_crypto: ^0.5.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_shortcuts_new: ^2.0.0
|
||||||
flutter_typeahead: ## Custom fork from flutter_typeahead since the package is not maintain well.
|
flutter_typeahead: ## Custom fork from flutter_typeahead since the package is not maintain well.
|
||||||
git:
|
git:
|
||||||
|
|
@ -141,6 +141,13 @@ msix_config:
|
||||||
install_certificate: false
|
install_certificate: false
|
||||||
|
|
||||||
dependency_overrides:
|
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
|
# https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/155
|
||||||
flutter_web_auth_2:
|
flutter_web_auth_2:
|
||||||
git:
|
git:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue