Skip to content

Commit 4339ede

Browse files
committed
update dependencies
1 parent fe5754e commit 4339ede

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [2.5.1] - 2021-03-09
2+
* Update dependencies
3+
14
## [2.5.0] - 2020-12-22
25
* Add support for resizing images in disk cache.
36
```dart

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212

1313
# The following adds the Cupertino Icons font to your application.
1414
# Use with the CupertinoIcons class for iOS style icons.
15-
cupertino_icons: ^0.1.2
15+
cupertino_icons: ^1.0.2
1616
url_launcher: ^5.4.11
1717

1818
dev_dependencies:

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cached_network_image
22
description: Flutter library to load and cache network images.
33
Can also be used with placeholder and error widgets.
44
homepage: https://github.com/Baseflow/flutter_cached_network_image
5-
version: 2.5.0
5+
version: 2.5.1
66

77
dependencies:
88
flutter:
@@ -13,10 +13,10 @@ dependencies:
1313
dev_dependencies:
1414
flutter_test:
1515
sdk: flutter
16-
mockito: ^4.1.1
16+
mockito: '>=4.1.1 <6.0.0'
1717
pedantic: ^1.9.0
18-
file: ^5.2.1
18+
file: '>=5.2.1 <7.0.0'
1919

2020
environment:
21-
flutter: ">=1.20.0 <2.0.0"
21+
flutter: ">=1.20.0"
2222
sdk: ">=2.10.0 <3.0.0"

0 commit comments

Comments
 (0)