During debug mode, Flutter uses a virtual machine (VM) to run its code in order to enable stateful hot reload , a feature that lets you make changes to your running code without recompilation.
During debug mode, Flutter uses a virtual machine (VM) to run its code in order to enable stateful hot reload , a feature that lets you make changes to your running code without recompilation.