File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.1.0+1] - 2021-11-04
2
+ * Update Readme
3
+
1
4
## [ 3.1.0] - 2021-07-16
2
5
* Separate Web and IO implementations
3
6
Original file line number Diff line number Diff line change 5
5
6
6
A flutter library to show images from the internet and keep them in the cache directory.
7
7
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
+
8
15
## How to use
9
16
The CachedNetworkImage can be used directly or through the ImageProvider.
10
17
Both the CachedNetworkImage as CachedNetworkImageProvider have minimal support for web. It currently doesn't include caching.
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 : 3.1.0
5
+ version : 3.1.0+1
6
6
7
7
dependencies :
8
8
flutter :
You can’t perform that action at this time.
0 commit comments