mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This enables work ongoing by @derekxu16 to improve performance in flutter_tester when running multiple files from large test suites. Specifically, it: - Exposes a `Spawn` C symbol from flutter_tester that runs the current kernel in a new UI isolate with a different entrypoint and/or route name - Exposes two symbols from flutter_tester to allow a test harness to more efficiently load particular kernel files or to lookup an entrypoint from an imported source file. - Avoids re-loading the kernel file completely when spawning a new UI isolate Googlers can look at go/flutter-tester-isolates for some more context. If anyone wants I'm happy to create a public version of that doc.
Flutter Common
The bottom of the dependency graph for Flutter. Useful for static constants. Please don't put too much in here.