Hot reload është një nga veçoritë më të dashura të Flutter — ju lejon të shihni ndryshimet e kodit të pasqyruara në aplikacionin që po ekzekutohet pothuajse menjëherë (më pak se një sekond), pa rinisur aplikacionin ose pa humbur gjendjen e tij aktuale. Kjo përshpejton dramatikisht zhvillimin dhe eksperimentimin.
Çfarë bën hot reload
HOT RELOAD injects updated code into the RUNNING app:
→ make a code change → save → see it reflected in ~1 second
→ the app KEEPS its current STATE (you stay on the same screen, with the same data)
→ no full restart, no re-navigating to where you were
→ Edit UI/logic and see the result almost immediately while the app runs.
