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:
- Copy one of the
engine/scripts/*.gclient
to the root folder as .gclient
:- Googlers: copy
rbe.gclient
to enable faster builds with RBE - Everyone else: copy
standard.gclient
- run
gclient sync
from the root folder