Baseflow / Baseflow/flutter_cached_network_image
App is crashing while loading an images by using the cached network image
- Dominant language
- Dart
- Stars
- 2.6k
- Forks
- 731
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 1
Description
I am using cache network image for displaying images but it is crashing every time while loading images and it is showing errors like the below.
thread https://github.com/flutter/flutter/pull/11, name = 'io.flutter.1.io', stop reason = EXC_RESOURCE RESOURCE_TYPE_MEMORY (limit=2098 MB, unused=0x0)
frame #0: 0x00000001084d0e68 Fluttervoid downsample_2_2(void*, void const*, unsigned long, int) + 84 Flutterdownsample_2_2:
-> 0x1084d0e68 <+84>: st1.s { v0 }[0], [x0], https://github.com/flutter/flutter/issues/4
0x1084d0e6c <+88>: subs x8, x8, #0x1
0x1084d0e70 <+92>: b.ne 0x1084d0e24 ; <+16>
0x1084d0e74 <+96>: ret
Target 0: (Runner) stopped.
thread https://github.com/flutter/flutter/pull/11, name = 'io.flutter.1.io', stop reason = EXC_RESOURCE RESOURCE_TYPE_MEMORY (limit=2098 MB, unused=0x0)
frame #0: 0x00000002232e1aa8 libsystem_platform.dylib_platform_memmove + 88 libsystem_platform.dylib_platform_memmove:
-> 0x2232e1aa8 <+88>: stnp q0, q1, [x3]
0x2232e1aac <+92>: add x3, x3, #0x20
0x2232e1ab0 <+96>: ldnp q0, q1, [x1]
0x2232e1ab4 <+100>: add x1, x1, #0x20
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.