From 49573d14c047c20802911c23d041c5d1732b4efc Mon Sep 17 00:00:00 2001 From: Andris Date: Tue, 9 May 2023 17:13:11 +0200 Subject: [PATCH 1/2] fix: export keystore not working on some devices --- pubspec.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 16abba5496..950c1cf1d1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,10 +14,7 @@ dependencies: app_installer: ^1.1.0 collection: ^1.17.0 cross_connectivity: ^3.0.5 - cr_file_saver: - git: - url: https://github.com/dhruvanbhalara/cr_file_saver.git - ref: a08326ecb48f581b4b09e2e2665d31ed1704c7af + cr_file_saver: ^0.0.2 device_apps: git: url: https://github.com/ponces/flutter_plugin_device_apps From 539e064299225e0f8402587b3222a5644ef2a02d Mon Sep 17 00:00:00 2001 From: Andris Date: Fri, 12 May 2023 08:47:14 +0200 Subject: [PATCH 2/2] use different repo for cr_file_saver --- pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 950c1cf1d1..62e6d0e1d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,10 @@ dependencies: app_installer: ^1.1.0 collection: ^1.17.0 cross_connectivity: ^3.0.5 - cr_file_saver: ^0.0.2 + cr_file_saver: + git: + url: https://github.com/dhruvanbhalara/cr_file_saver + ref: "fix/incorrect_file_name" device_apps: git: url: https://github.com/ponces/flutter_plugin_device_apps