Skip to content

Commit d5463a1

Browse files
committed
update readme
1 parent 65ae08f commit d5463a1

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

cached_network_image/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [3.1.0+1] - 2021-11-04
2+
* Update Readme
3+
14
## [3.1.0] - 2021-07-16
25
* Separate Web and IO implementations
36

cached_network_image/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
A flutter library to show images from the internet and keep them in the cache directory.
77

8+
9+
10+
## Sponsors
11+
<a href="https://getstream.io/chat/flutter/tutorial/?utm_source=github&utm_medium=github_rep[%E2%80%A6]&utm_content=Developer&utm_campaign=Github_Oct2021_FlutterChat" target="_blank"><img width="250px" src="https://stream-blog.s3.amazonaws.com/blog/wp-content/uploads/fc148f0fc75d02841d017bb36e14e388/Stream-logo-with-background-.png"/></a><br/><span><a href="https://getstream.io/chat/flutter/tutorial/?utm_source=github&utm_medium=github_rep[%E2%80%A6]&utm_content=Developer&utm_campaign=Github_Oct2021_FlutterChat" target="_blank">Try the Flutter Chat Tutorial 💬</a></span>
12+
13+
14+
815
## How to use
916
The CachedNetworkImage can be used directly or through the ImageProvider.
1017
Both the CachedNetworkImage as CachedNetworkImageProvider have minimal support for web. It currently doesn't include caching.

cached_network_image/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 3.1.0
5+
version: 3.1.0+1
66

77
dependencies:
88
flutter:

0 commit comments

Comments
 (0)