Flutter App Crashes on IOS with Memory Leak Error While Connecting to Firestore #10512
Unanswered
SherifSaidElahl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a flutter app that is working perfectly on Android, now trying to test it on IOS.
Device: Real Iphone 7 - IOS: 15.7.3
problem:
App crashes and shutsdown once it try to connect to the first firestore stream builder in the app and it generates a memory leak error like the below. what is causing the problem?
Error:
thread #10, name = 'io.flutter.1.ui', stop reason = EXC_RESOURCE RESOURCE_TYPE_MEMORY (limit=1450 MB, unused=0x0)
code:
full output of the run:
Flutter doctor:
Beta Was this translation helpful? Give feedback.
All reactions