mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
EngineLayers can hold references to Skia objects and may consume significant resources. This change will result in more aggressive cleanup of EngineLayers by the Dart GC. See https://github.com/flutter/flutter/issues/31303