mirror of
https://github.com/flutter/flutter.git
synced 2026-02-11 21:33:08 +08:00
The previous code was built where there was only one view, and this view provided the callback to the engine. Now we have multiple views, they all should process the semantics update and so the callback is replaced with a signal. This is similar to the signal used for engine restarts. --------- Co-authored-by: Harlen Batagelo <hbatagelo@gmail.com>
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: