flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.53k stars 314 forks source link

Reland migration to use new flutter bootstrapping methods #7865

Closed kenzieschmoll closed 1 month ago

kenzieschmoll commented 1 month ago

This is a reland of https://github.com/flutter/devtools/pull/7599, which was reverted in https://github.com/flutter/devtools/pull/7688 because the new bootstrapping syntax is not supported in google3. This is still true, but I have prepared cl/638797386 to use the existing bootstrapping in google3 until the new syntax is supported.

Work toward https://github.com/flutter/devtools/issues/7856.