Skip to content

Commit 3fcd65a

Browse files
committed
prepare release
1 parent bdbfe33 commit 3fcd65a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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.2.2] - 2022-08-31
2+
* loadBuffer is added and used instead of load
3+
14
## [3.2.1] - 2022-05-16
25
* Update to Flutter 3
36

cached_network_image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A flutter library to show images from the internet and keep them in the cache di
1313
<tbody>
1414
<tr>
1515
<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>
1717
</td>
1818
</tr>
1919
</tbody>

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.2.1
5+
version: 3.2.2
66

77
dependencies:
88
flutter:

0 commit comments

Comments
 (0)