diff --git a/pubspec.lock b/pubspec.lock index ebfc9bbf..d301b090 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1040,7 +1040,7 @@ packages: name: matrix url: "https://pub.dartlang.org" source: hosted - version: "0.10.3" + version: "0.11.0" matrix_api_lite: dependency: transitive description: @@ -1361,12 +1361,10 @@ packages: qr_code_scanner: dependency: "direct main" description: - path: "." - ref: fix_break_changes_platform - resolved-ref: "0feca6f15042c279ff575c559a3430df917b623d" - url: "https://github.com/xeinebiu/qr_code_scanner.git" - source: git - version: "0.7.0" + name: qr_code_scanner + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" qr_flutter: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 79dd6022..a10314ad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -61,7 +61,7 @@ dependencies: keyboard_shortcuts: ^0.1.4 localstorage: ^4.0.0+1 lottie: ^1.2.2 - matrix: ^0.10.3 + matrix: ^0.11.0 matrix_homeserver_recommendations: ^0.2.1 matrix_link_text: ^1.0.2 native_imaging: @@ -148,9 +148,3 @@ dependency_overrides: url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git ref: null-safety 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