mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Right now DisplayList defers to Skia to compute the bounds of shadow operations, but we really need to own this code now that we are doing our own rendering so I ported it over and simplified it to just deal with the cases we care about. Eliminates a bullet item in https://github.com/flutter/flutter/issues/161456
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: