Closed
Description
When more than one package with native assets has a build failure, throwing an error on the first build failure is unhelpful.
If we provide an interface of what we return from BuildRunner
we can add a list of errors.
We should add some API that we can extend later. (Most likely we'd also want some way to display the errors in flutter_tools on builds that fail rather than rely on only streaming logs in the context of #33.)