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
Fwiw the current solution (using the third party flutter action) actually works perfectly fine for CI as it does ensure these things exist on your PATH.
The issue would come up for local development, it might not work for all people and if you want to run the tests against a custom local version of flutter there isn't support for that.
Today the tests just assume
dart
andflutter
are on your PATH. We should probably support something more robust than that though.The text was updated successfully, but these errors were encountered: