From d2338f62e8fb74ad5bcb9903a118e251e3e8042c Mon Sep 17 00:00:00 2001 From: Gabby Gurdin Date: Thu, 22 Feb 2024 15:19:18 -0500 Subject: [PATCH] switch to sdk fork until bug is fixed --- pubspec.lock | 11 ++++++----- pubspec.yaml | 9 ++++++++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 56538014d..2263313e7 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1375,11 +1375,12 @@ packages: matrix: dependency: "direct main" description: - name: matrix - sha256: "187390203f6a5a7370490b7036f2defc306fda240f8d744191d406692c128469" - url: "https://pub.dev" - source: hosted - version: "0.25.8" + path: "." + ref: "ggurdin/indexeddb-clear-fix" + resolved-ref: e9abfd041283595d38134410abeba71b6cf978f8 + url: "https://github.com/ggurdin/matrix-dart-sdk.git" + source: git + version: "0.25.9" matrix_api_lite: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ab5f7ce57..4a7eb85c1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -69,7 +69,14 @@ dependencies: keyboard_shortcuts: ^0.1.4 latlong2: ^0.8.1 linkify: ^5.0.0 - matrix: ^0.25.8 + # #Pangea + # matrix: ^0.25.7 + matrix: + git: + url: https://github.com/ggurdin/matrix-dart-sdk.git + ref: ggurdin/indexeddb-clear-fix + # until https://github.com/famedly/matrix-dart-sdk/pull/1712 + # Pangea# native_imaging: ^0.1.0 package_info_plus: ^4.0.0 pasteboard: ^0.2.0