mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This condition may arise when the embedder passes in a path to a non-existent dylib. Instead of crashing, the embedder will now return an error response. Fixes https://github.com/flutter/flutter/issues/49732