mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-23 18:44:10 +01:00
chore: Update SDK and remove old override
This commit is contained in:
parent
73e0e06756
commit
dfd9106e56
12
pubspec.lock
12
pubspec.lock
@ -1040,7 +1040,7 @@ packages:
|
|||||||
name: matrix
|
name: matrix
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.10.3"
|
version: "0.11.0"
|
||||||
matrix_api_lite:
|
matrix_api_lite:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -1361,12 +1361,10 @@ packages:
|
|||||||
qr_code_scanner:
|
qr_code_scanner:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
name: qr_code_scanner
|
||||||
ref: fix_break_changes_platform
|
url: "https://pub.dartlang.org"
|
||||||
resolved-ref: "0feca6f15042c279ff575c559a3430df917b623d"
|
source: hosted
|
||||||
url: "https://github.com/xeinebiu/qr_code_scanner.git"
|
version: "1.0.0"
|
||||||
source: git
|
|
||||||
version: "0.7.0"
|
|
||||||
qr_flutter:
|
qr_flutter:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -61,7 +61,7 @@ dependencies:
|
|||||||
keyboard_shortcuts: ^0.1.4
|
keyboard_shortcuts: ^0.1.4
|
||||||
localstorage: ^4.0.0+1
|
localstorage: ^4.0.0+1
|
||||||
lottie: ^1.2.2
|
lottie: ^1.2.2
|
||||||
matrix: ^0.10.3
|
matrix: ^0.11.0
|
||||||
matrix_homeserver_recommendations: ^0.2.1
|
matrix_homeserver_recommendations: ^0.2.1
|
||||||
matrix_link_text: ^1.0.2
|
matrix_link_text: ^1.0.2
|
||||||
native_imaging:
|
native_imaging:
|
||||||
@ -148,9 +148,3 @@ dependency_overrides:
|
|||||||
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
|
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
|
||||||
ref: null-safety
|
ref: null-safety
|
||||||
provider: 5.0.0
|
provider: 5.0.0
|
||||||
# For Flutter 3.0.0 compatibility
|
|
||||||
# https://github.com/juliuscanute/qr_code_scanner/issues/532
|
|
||||||
qr_code_scanner:
|
|
||||||
git:
|
|
||||||
url: https://github.com/xeinebiu/qr_code_scanner.git
|
|
||||||
ref: fix_break_changes_platform
|
|
||||||
|
Loading…
Reference in New Issue
Block a user