mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
@jason-simmons @jiahaog fyi I need to figure out a test for this still but it seems to work. Hot restart is kind of a mess though, because `Engine::Restart` nulls out the asset manager it ends up reloading the font collection for every engine after a restart. But we separately need to fix hot restart, it's not very usable on the example app Fixes https://github.com/flutter/flutter/issues/143701