Step – 1 : Connect your device with android studio and run your application on your device. Step – 4 : To follow below steps as per screen shot , you can able to see object size and details. Which are caused memory leakages. First Select “Memory” from available menus than you can able to see below ui.
Read moreWhat is Dart Observatory?
Dart Observatory is present in the Dart SDK and helps with profiling and debugging Dart applications such as Flutter apps.
Read moreWhat is Flutter runtime?
The Flutter Engine is a portable runtime for hosting Flutter applications . It implements Flutter’s core libraries, including animation and graphics, file and network I/O, accessibility support, plugin architecture, and a Dart runtime and compile toolchain.
Read moreHow do you stop a memory leak in Flutter?
There are two solutions:
Read more