App crashing due to memory issue in release mode App crashing due to memory issue in release mode dart dart

App crashing due to memory issue in release mode


I think the issue is that you are using large size of images to load in a nested list view and i cannot see any database that means you are statically loading them from app itself. Which results in out of memory exception because the app is taking way too much memory.Please load that from a database like firebase or sql or load small png size images with low resolution.Hope it helps.