Jason Simmons 2309aa3a9d
Fix a race in FlutterEngineTest.CanLogToStdout (#172025)
FlutterEngineTest.CanLogToStdout has been flaking on CI. This fixes a
potential cause of the flakes that could happen if other strings are
logged by the Dart VM after the print statement run by the test.
2025-07-17 17:46:31 +00:00
..

Flutter Engine

Setting up the Engine development environment

See here

gclient bootstrap

Flutter engine uses gclient to manage dependencies.

If you've already cloned the flutter repository:

  1. Copy one of the engine/scripts/*.gclient to the root folder as .gclient:
    1. Googlers: copy rbe.gclient to enable faster builds with RBE
    2. Everyone else: copy standard.gclient
  2. run gclient sync from the root folder