Hot reload ialah salah satu ciri Flutter yang paling disukai — ia membolehkan anda melihat perubahan kod dicerminkan dalam aplikasi yang sedang berjalan hampir serta-merta (sub-saat), tanpa memulakan semula aplikasi atau kehilangan state semasanya. Ia mempercepatkan pembangunan dan eksperimen secara dramatik.
Apa yang hot reload lakukan
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.
