Skip to content

Commit c4b5ee6

Browse files
committed
update changelog and pubspec
1 parent 32dd291 commit c4b5ee6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

flutter_cache_manager_firebase/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [2.0.0] - 2021-05-28
2+
* Update to null safety
3+
14
## [1.1.0] - 2021-01-14
25
* Update Firebase dependency
36

flutter_cache_manager_firebase/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_cache_manager_firebase
22
description: CacheManager implementation for firebase_storage. Uses the gs:// as key and translates to https://
3-
version: 2.0.0-nullsafety.0
3+
version: 2.0.0
44
homepage: https://github.com/Baseflow/flutter_cache_manager
55

66
environment:
@@ -9,8 +9,8 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
flutter_cache_manager: ^3.0.0-nullsafety.0
13-
firebase_storage: ">=8.0.0 <9.0.0"
12+
flutter_cache_manager: ^3.0.0
13+
firebase_storage: ^8.0.0
1414
path_provider: ^2.0.0
1515
path: ^1.8.0
1616

0 commit comments

Comments
 (0)