mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Building image encoding into the engine bloated the binary size. This change will return raw bytes, and callers who use this functionality can take on the dependency on image encoding in their apps (via a Dart package or a platform plugin). Fixes https://github.com/flutter/flutter/issues/16537