File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.2.2] - 2022-08-31
2
+ * loadBuffer is added and used instead of load
3
+
1
4
## [ 3.2.1] - 2022-05-16
2
5
* Update to Flutter 3
3
6
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A flutter library to show images from the internet and keep them in the cache di
13
13
<tbody>
14
14
<tr>
15
15
<td align="center">
16
- <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>
16
+ <a href="https://getstream.io/chat/sdk/ flutter/?utm_source=ReneFloor &utm_medium=Github_Repo_Content_Ad &utm_content=Developer&utm_campaign=ReneFloor_July2022_FlutterSDK_klmh22 " 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/sdk/ flutter/?utm_source=ReneFloor &utm_medium=Github_Repo_Content_Ad &utm_content=Developer&utm_campaign=ReneFloor_July2022_FlutterSDK_klmh22 " target="_blank">Try the Flutter Chat Tutorial 💬</a></span>
17
17
</td>
18
18
</tr>
19
19
</tbody>
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.2.1
5
+ version : 3.2.2
6
6
7
7
dependencies :
8
8
flutter :
You can’t perform that action at this time.
0 commit comments