mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Software rendering was added in a79827a310572585df7b39a29f13de0a313d6d40. It accidentally removed the different GL initialization for secondary views (which need to copy the contents from the primary view). This is not a heavily used feature yet, as multi-window support is still in progress. This secondary codepath is in the process of being removed by https://github.com/flutter/flutter/pull/170045
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: