flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

If I add this package the app crashes

Open AbbosSaidov opened this issue 2 years ago • 1 comments

My app crashing after loading a lot of images. It looks like the weaker the phone easy to get crash. I am using android phone. I just changed this package to network_image and it works fine. This is error before app crashing Cause: null pointer dereference x0 0000000000000000 x1 0000000000000000 x2 0000000000000000 x3 00000071c0b7b658 x4 0000007229802538 x5 0000007229836380 x6 00000071c0b7b2dc x7 0000000000000000 x8 00000071c0b7b688 x9 0000000000000000 x10 0000000000000000 x11 0000000000000060 x12 00000000000c0480 x13 0000000000000001 x14 0000000000000068 x15 a54a24c05087d5b6 x16 00000072b96638f0 x17 00000072b9655070 x18 00000071b1494000 x19 00000071c0b7b718 x20 0000000000000000 x21 00000071c0b7b678 x22 00000000000001a0 x23 0000000000000193 x24 00000071c161f99b x25 0000000000000000 x26 0000000000000001 x27 0000000000000055 x28 0000000000000000 x29 0000000000000000 sp 00000071c0b7b670 lr 00000071c27a8978 pc 00000071c27a8978

AbbosSaidov avatar May 30 '22 06:05 AbbosSaidov

probably memory cache overloaded

qrhfz avatar Aug 31 '22 07:08 qrhfz