mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Also avoid inserting newly created render targets into the cache if the cache is disabled. (Previously disabling the cache would skip lookups of existing cache entries but would still add new entries to the cache) The image created by DlImageImpeller::MakeFromYUVTextures should not reuse a texture from the cache, and its texture should not be reused by other operations. Fixes https://github.com/flutter/flutter/issues/174794
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: