Skip to content

Commit 9d465f1

Browse files
authored
Adding a hot reload GIF (#12340)
As requested by @mit-mit
1 parent fbc849e commit 9d465f1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
1.92 MB
Loading

src/content/tools/hot-reload.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ After the VM updates classes with the new versions of fields and functions,
1313
the Flutter framework automatically rebuilds the widget tree,
1414
allowing you to quickly view the effects of your changes.
1515

16+
![Hot reload GIF](/assets/images/docs/tools/hot-reload.gif){:width="100%"}<br>
17+
A demo of hot reload in DartPad
18+
1619
## How to perform a hot reload
1720

1821
To hot reload a Flutter app:

0 commit comments

Comments
 (0)