File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
example/android/app/src/main Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 3.2.3] - 2022-11-25
2
+ * Correctly dispose image stream handler
3
+
1
4
## [ 3.2.2] - 2022-08-31
2
5
* loadBuffer is added and used instead of load
3
6
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" com.example.example" >
3
+ <uses-permission android : name =" android.permission.INTERNET" />
3
4
<application
4
5
android : label =" example"
5
6
android : icon =" @mipmap/ic_launcher" >
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.2
5
+ version : 3.2.3
6
6
7
7
dependencies :
8
8
flutter :
You can’t perform that action at this time.
0 commit comments