Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Apr 25, 2024
1 parent 00928b6 commit e276188
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions flutter_cache_manager_firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [2.0.2] - 2024-04-25
* Updates dependencies to their latest versions.

## [2.0.1] - 2021-08-27
* Update dependencies

Expand Down
8 changes: 4 additions & 4 deletions flutter_cache_manager_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_cache_manager_firebase
description: CacheManager implementation for firebase_storage. Uses the gs:// as key and translates to https://
version: 2.0.1
version: 2.0.2
homepage: https://github.com/Baseflow/flutter_cache_manager

environment:
Expand All @@ -10,9 +10,9 @@ dependencies:
flutter:
sdk: flutter
flutter_cache_manager: ^3.0.0
firebase_storage: ">=8.0.0 <11.0.0"
path_provider: ^2.0.0
path: ^1.8.0
firebase_storage: ^11.7.4
path_provider: ^2.1.3
path: ^1.9.0

dev_dependencies:
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'package:flutter_test/flutter_test.dart';

import 'package:flutter_cache_manager_firebase/flutter_cache_manager_firebase.dart';

void main() {}

0 comments on commit e276188

Please sign in to comment.