Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Jul 31, 2024
1 parent 84cd02b commit 530f20c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions flutter_cache_manager_firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
## [2.0.3] - 2024-07-23

* Updates dependencies ([#457](https://github.com/Baseflow/flutter_cache_manager/pull/457))

## [2.0.2] - 2024-04-25

* Updates dependencies to their latest versions.

## [2.0.1] - 2021-08-27

* Update dependencies

## [2.0.0] - 2021-05-28

* Update to null safety

## [1.1.0] - 2021-01-14

* Update Firebase dependency

## [1.1.0-beta] - 2020-10-02

* Update CacheManager dependency to 2.x.x.

## [1.0.1] - Update firebase dependency

* Added support for version 4.x.x

## [1.0.0] - Initial release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'firebase_http_file_service.dart';
class FirebaseCacheManager extends CacheManager {
static const key = 'firebaseCache';

static final FirebaseCacheManager _instance = FirebaseCacheManager._();
static final FirebaseCacheManager _instance = FirebaseCacheManager._(null);

final RetryOptions? retryOptions;

Expand Down

0 comments on commit 530f20c

Please sign in to comment.