File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 3.3.2] - 2024-04-25
2+ * Updates dependencies to their latest versions.
3+
14## [ 3.3.1] - 2023-07-03
25* Support Dart 3.0.0 for http ^1.0.0 and file ^7.0.0
36* Update example
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ import 'package:flutter_cache_manager/src/result/file_response.dart';
22
33/// Progress of the file that is being downloaded from the [originalUrl] .
44class DownloadProgress extends FileResponse {
5- const DownloadProgress (String originalUrl, this .totalSize, this .downloaded)
6- : super (originalUrl);
5+ const DownloadProgress (super .originalUrl, this .totalSize, this .downloaded);
76
87 /// download progress as an double between 0 and 1.
98 /// When the final size is unknown or the downloaded size exceeds the total
Original file line number Diff line number Diff line change 11name : flutter_cache_manager
22description : Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.
3- version : 3.3.1
3+ version : 3.3.2
44homepage : https://github.com/Baseflow/flutter_cache_manager/tree/develop/flutter_cache_manager
55topics :
66 - cache
@@ -10,20 +10,20 @@ environment:
1010
1111dependencies :
1212 clock : ^1.1.0
13- collection : ^1.15 .0
14- file : ' >=6.1.4 <8. 0.0'
13+ collection : ^1.18 .0
14+ file : ^7. 0.0
1515 flutter :
1616 sdk : flutter
17- http : ' >=0.13.0 <2.0.0 '
18- path : ^1.8 .0
19- path_provider : ^2.0.0
20- rxdart : ' >=0.26.0 <0.28.0 '
21- sqflite : ^2.0.0+4
22- uuid : ' >=3.0.0 <5.0.0 '
17+ http : ^1.2.1
18+ path : ^1.9 .0
19+ path_provider : ^2.1.3
20+ rxdart : ^0.27.7
21+ sqflite : ^2.3.3
22+ uuid : ^4.4.0
2323
2424dev_dependencies :
2525 build_runner : ^2.0.0
26- flutter_lints : ^2 .0.1
26+ flutter_lints : ^3 .0.2
2727 flutter_test :
2828 sdk : flutter
2929 mockito : ^5.0.0
You can’t perform that action at this time.
0 commit comments