Skip to content

Commit 876a082

Browse files
committed
versioning and changelog
1 parent c9865f7 commit 876a082

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-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.2.3] - 2022-11-25
2+
* Correctly dispose image stream handler
3+
14
## [3.2.2] - 2022-08-31
25
* loadBuffer is added and used instead of load
36

cached_network_image/example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.example.example">
3+
<uses-permission android:name="android.permission.INTERNET"/>
34
<application
45
android:label="example"
56
android:icon="@mipmap/ic_launcher">

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.2
5+
version: 3.2.3
66

77
dependencies:
88
flutter:

0 commit comments

Comments
 (0)