File tree 2 files changed +8
-1
lines changed
flutter_cache_manager_firebase 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
## [ 2.0.3] - 2024-07-23
2
+
2
3
* Updates dependencies ([ #457 ] ( https://github.com/Baseflow/flutter_cache_manager/pull/457 ) )
3
4
4
5
## [ 2.0.2] - 2024-04-25
6
+
5
7
* Updates dependencies to their latest versions.
6
8
7
9
## [ 2.0.1] - 2021-08-27
10
+
8
11
* Update dependencies
9
12
10
13
## [ 2.0.0] - 2021-05-28
14
+
11
15
* Update to null safety
12
16
13
17
## [ 1.1.0] - 2021-01-14
18
+
14
19
* Update Firebase dependency
15
20
16
21
## [ 1.1.0-beta] - 2020-10-02
22
+
17
23
* Update CacheManager dependency to 2.x.x.
18
24
19
25
## [ 1.0.1] - Update firebase dependency
26
+
20
27
* Added support for version 4.x.x
21
28
22
29
## [ 1.0.0] - Initial release
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import 'firebase_http_file_service.dart';
8
8
class FirebaseCacheManager extends CacheManager {
9
9
static const key = 'firebaseCache' ;
10
10
11
- static final FirebaseCacheManager _instance = FirebaseCacheManager ._();
11
+ static final FirebaseCacheManager _instance = FirebaseCacheManager ._(null );
12
12
13
13
final RetryOptions ? retryOptions;
14
14
You can’t perform that action at this time.
0 commit comments