File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.5.1] - 2021-03-09
2
+ * Update dependencies
3
+
1
4
## [ 2.5.0] - 2020-12-22
2
5
* Add support for resizing images in disk cache.
3
6
``` dart
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
13
13
# The following adds the Cupertino Icons font to your application.
14
14
# Use with the CupertinoIcons class for iOS style icons.
15
- cupertino_icons : ^0.1 .2
15
+ cupertino_icons : ^1.0 .2
16
16
url_launcher : ^5.4.11
17
17
18
18
dev_dependencies :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: cached_network_image
2
2
description : Flutter library to load and cache network images.
3
3
Can also be used with placeholder and error widgets.
4
4
homepage : https://github.com/Baseflow/flutter_cached_network_image
5
- version : 2.5.0
5
+ version : 2.5.1
6
6
7
7
dependencies :
8
8
flutter :
@@ -13,10 +13,10 @@ dependencies:
13
13
dev_dependencies :
14
14
flutter_test :
15
15
sdk : flutter
16
- mockito : ^ 4.1.1
16
+ mockito : ' >= 4.1.1 <6.0.0 '
17
17
pedantic : ^1.9.0
18
- file : ^ 5.2.1
18
+ file : ' >= 5.2.1 <7.0.0 '
19
19
20
20
environment :
21
- flutter : " >=1.20.0 <2.0.0 "
21
+ flutter : " >=1.20.0"
22
22
sdk : " >=2.10.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments