I am building an ecommerce app… after some events in app like listview scroll and some page navigations the app crashes without any logs and freeze overall mobile phone for a while… can someone give me hint how can i detect that why my app crashes and why it freeze phone
2
Answers
maybe you have used addListener and forgot to removeListener.enter link description here
you can try Devtools Performance View.
https://docs.flutter.dev/development/tools/devtools/performance
It’s only for mobile devices.
So you can figure out, when your CPU get in trouble,
with CPU Profiler.(for example)