mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
82097a4268
Reuses the implementation that was previously done for Scene.toImage (see https://github.com/flutter/engine/commit/20c805c97312fb69e67984847d031339242a9924) This introduces a breaking API change: Picture.toImage is now asynchronous and returns a Future<Image> Fixes https://github.com/flutter/flutter/issues/23621