Robert Ancell e53bd2a103
Remove FlKeyboardViewDelegate (#161705)
Instead, do the filtering at the point the event is redispatched.
2025-01-21 23:18:20 +00:00
..

Flutter Engine

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