I have developed a flutter app and it can be accessed on web. However when I accessed the website app on mobile (In my case iPhone) and I scroll into view of the cards the app crashes or turns to the loading the app state (I have to refresh the page and not make the cards in view).
Expected Behavior
It was working fine before with no problem, suddenly the app started crashing after a while. This problem doesn't happen when accessed on desktop.
Current Behavior
The app crashes whenever flip cards are in view. even if you refresh the page.
Possible Solution
I tried everything updating dependencies, changing what the cards contains still same.
Steps to Reproduce
Access the website on mobile
Scroll till cards start to be in view
the app crashes to the loading state.
Context (Environment)
The weird thing is it happens only on mobile even if a change the browser, I tried both safari and chrome.
It doesn't happen when accessed on desktop.
Detailed Description
Possible Implementation
Maybe it has a conflict with one of my other dependencies or maybe with flutter new version it's not compatible.
I have developed a flutter app and it can be accessed on web. However when I accessed the website app on mobile (In my case iPhone) and I scroll into view of the cards the app crashes or turns to the loading the app state (I have to refresh the page and not make the cards in view).
Expected Behavior
It was working fine before with no problem, suddenly the app started crashing after a while. This problem doesn't happen when accessed on desktop.
Current Behavior
The app crashes whenever flip cards are in view. even if you refresh the page.
Possible Solution
I tried everything updating dependencies, changing what the cards contains still same.
Steps to Reproduce
Context (Environment)
The weird thing is it happens only on mobile even if a change the browser, I tried both safari and chrome. It doesn't happen when accessed on desktop.
Detailed Description
Possible Implementation
Maybe it has a conflict with one of my other dependencies or maybe with flutter new version it's not compatible.