mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
As far as I can tell, this functionality has _always_ been falling back to software rendering with Skia when Impeller was enabled. This is at best extremely misleading. Since I started putting Impeller specific objects in the display list it introduced crashes, and must be disabled. Fixes https://github.com/flutter/flutter/issues/136847