From d178a778fb78372bd939d3f261cb3ef3b7ffb0ec Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 20 Jun 2021 10:41:21 +0200 Subject: [PATCH] fix: Broken hive keys --- pubspec.lock | 46 ++++++++++++++++++++++++++++++++++++++++++++-- pubspec.yaml | 2 +- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 4c4c0627..a78edb68 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -589,7 +589,7 @@ packages: name: matrix url: "https://pub.dartlang.org" source: hosted - version: "0.1.2" + version: "0.1.3" matrix_api_lite: dependency: transitive description: @@ -698,12 +698,54 @@ packages: source: hosted version: "2.0.0" package_info: - dependency: "direct main" + dependency: transitive description: name: package_info url: "https://pub.dartlang.org" source: hosted version: "2.0.0" + package_info_plus: + dependency: "direct main" + description: + name: package_info_plus + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.3" + package_info_plus_linux: + dependency: transitive + description: + name: package_info_plus_linux + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" + package_info_plus_macos: + dependency: transitive + description: + name: package_info_plus_macos + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" + package_info_plus_platform_interface: + dependency: transitive + description: + name: package_info_plus_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" + package_info_plus_web: + dependency: transitive + description: + name: package_info_plus_web + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" + package_info_plus_windows: + dependency: transitive + description: + name: package_info_plus_windows + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9886987d..d033f3bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -41,7 +41,7 @@ dependencies: image_picker: ^0.7.4 intl: any localstorage: ^4.0.0+1 - matrix: ^0.1.2 + matrix: ^0.1.3 mime_type: ^1.0.0 moor: ^4.2.1 native_imaging: