You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)