Hi everyone,
I encountered an issue with my app. I exported the code and opened it in Visual Studio Code. The app runs smoothly on the Android emulator, but it crashes on iOS.
Here are the details of the issue:
Steps to Reproduce:
Create an account and log in.
Navigate from a page with a list view to a page with dynamic information about the list view.
Issue Description:
The app crashes on iOS with the following error:
VERBOSE-2:FlutterDarwinContextMetalImpeller.mm(37)] Using the Impeller rendering backend. Lost connection to device. Exited
Context:
I'm using Firebase and Firestore in my project.
Both Xcode and Visual Studio Code are up to date.
Additional Information:
The error occurs specifically when transitioning from a page with a list view to a page displaying dynamic information related to the list view.
I'm using a custom widget (just_audio) on the page where the app crashes.
Has anyone else experienced a similar issue or have any suggestions for fixes? Your help would be greatly appreciated.
Thank you!