File tree 5 files changed +114
-98
lines changed
flutter_cache_manager_firebase
5 files changed +114
-98
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ environment:
6
6
sdk : ' >=3.0.0 <4.0.0'
7
7
8
8
dependencies :
9
- baseflow_plugin_template : ^2.1.2
9
+ baseflow_plugin_template : ^2.2.0
10
10
cupertino_icons : ^1.0.8
11
11
flutter :
12
12
sdk : flutter
13
13
flutter_cache_manager :
14
14
path : ../
15
- url_launcher : ^6.2.1
15
+ url_launcher : ^6.3.0
16
16
17
17
dev_dependencies :
18
18
flutter_test :
19
19
sdk : flutter
20
- flutter_lints : ^3 .0.2
20
+ flutter_lints : ^4 .0.0
21
21
22
22
flutter :
23
23
uses-material-design : true
Original file line number Diff line number Diff line change 1
1
import 'package:flutter_cache_manager/flutter_cache_manager.dart' ;
2
2
import 'package:flutter_cache_manager/src/config/_config_unsupported.dart'
3
- if (dart.library.html ) '_config_web.dart'
3
+ if (dart.library.js_interop ) '_config_web.dart'
4
4
if (dart.library.io) '_config_io.dart' as impl;
5
5
6
6
abstract class Config {
Original file line number Diff line number Diff line change 1
1
name : flutter_cache_manager
2
2
description : Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.
3
- version : 3.4.0
3
+ version : 3.4.1
4
4
homepage : https://github.com/Baseflow/flutter_cache_manager/tree/develop/flutter_cache_manager
5
5
topics :
6
6
- cache
@@ -14,15 +14,15 @@ dependencies:
14
14
file : ^7.0.0
15
15
flutter :
16
16
sdk : flutter
17
- http : ^1.2.0
17
+ http : ^1.2.2
18
18
path : ^1.9.0
19
- path_provider : ^2.1.2
19
+ path_provider : ^2.1.4
20
20
rxdart : ' >=0.27.7 <0.29.0'
21
- sqflite : ^2.3.0
22
- uuid : ^4.4.0
21
+ sqflite : ^2.3.3+1
22
+ uuid : ^4.4.2
23
23
24
24
dev_dependencies :
25
- build_runner : ^2.4.11
25
+ build_runner : ^2.4.12
26
26
flutter_lints : ^4.0.0
27
27
flutter_test :
28
28
sdk : flutter
You can’t perform that action at this time.
0 commit comments