From 4a80b793a8dc4669325facb04b7fb491e794c24f Mon Sep 17 00:00:00 2001 From: Anton Filatov Date: Tue, 6 Oct 2020 11:19:49 +0200 Subject: [PATCH 1/3] Update pubspec.yaml update SDK dependencies --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index bc152af..142b043 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,6 +17,6 @@ dependencies: path: "^1.6.4" pedantic: "^1.8.0+1" clock: ^1.0.1 - file: ^5.1.0 + file: ^6.0.0 rxdart: '>=0.23.1 <0.25.0' - meta: ^1.1.8 \ No newline at end of file + meta: ^1.1.8 From ae4ea9a1aee2c607f1e864df028c789127ca6e1a Mon Sep 17 00:00:00 2001 From: Anton Filatov Date: Tue, 6 Oct 2020 11:23:14 +0200 Subject: [PATCH 2/3] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 142b043..2761f42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,6 +17,6 @@ dependencies: path: "^1.6.4" pedantic: "^1.8.0+1" clock: ^1.0.1 - file: ^6.0.0 + file: ^6.0.0-nullsafety.1 rxdart: '>=0.23.1 <0.25.0' meta: ^1.1.8 From 0faab67936de5753a6b9db8176291d33b81aee08 Mon Sep 17 00:00:00 2001 From: Anton Filatov Date: Tue, 6 Oct 2020 12:57:29 +0200 Subject: [PATCH 3/3] version bump --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2761f42..7a2fbed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_cache_manager_hive description: flutter_cache_manager implementation for hive. -version: 0.0.9 +version: 0.0.10 homepage: https://github.com/vishna/flutter_cache_manager_hive environment: