LeoFavor1562
LeoFavor1562
Same issue.Did you solve it? @driverZhan
The logs for case A and case B are reversed.....
Case B maybe caused by my own project mistake, I modified AVAudioSession after shrink the flutterViewController. After remove the AVAudioSession code, Case B disappears. But case A still exists.
If there is any progress, reply to me please. Thanks a lot!
遇到了同样的问题,错误堆栈一模一样。。。
> I solved the issue with flutter_image: In my case, memory increase continuously since a super big image loading. > `Image( image: new NetworkImageWithRetry(imageUrl))` Doesn't work for me.