My Flutter application uses the analyzer package, and I'm finding that after a upgrade, our tests are now failing.
It looks like getSdkPath wasn't designed to accommodate a Platform.resolvedExecutable of flutter_tester (which lives under bin/cache/artifacts/engine/{platform}/flutter_tester
I have upgraded to the latest analyzer (0.40.4), and this is still the case. I am using a dependency override pointing to a fork (referenced above) to sidestep the issue for now.
Hi there,
My Flutter application uses the
analyzer
package, and I'm finding that after a upgrade, our tests are now failing.It looks like
getSdkPath
wasn't designed to accommodate aPlatform.resolvedExecutable
offlutter_tester
(which lives underbin/cache/artifacts/engine/{platform}/flutter_tester
I'm running analyzer
0.39.17
, and cli_util0.2.0
.Here's the exception:
Any suggestions?