Skip to content

Commit 52059c9

Browse files
authored
Remove outdated web hot reload comment from architectural overview (#12657)
Small change to architectural-overview.md to remove a stale comment (as of Flutter 3.35, the current stable release) about stateful hot reload not being enabled by default.
1 parent 37e377d commit 52059c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/resources/architectural-overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,13 @@ much code as possible.
2626

2727
During development, Flutter apps run in a VM that offers
2828
stateful hot reload of changes without needing a full recompile.
29-
(On web, Flutter supports hot restart and
30-
[hot reload behind a flag][].)
3129
For release, Flutter apps are compiled directly to machine code,
3230
whether Intel x64 or ARM instructions,
3331
or to JavaScript if targeting the web.
3432
The framework is open source, with a permissive BSD license,
3533
and has a thriving ecosystem of third-party packages that
3634
supplement the core library functionality.
3735

38-
[hot reload behind a flag]: /platform-integration/web/building#hot-reload-web
39-
4036
This overview is divided into a number of sections:
4137

4238
1. The **layer model**: The pieces from which Flutter is constructed.

0 commit comments

Comments
 (0)