Danny Tuppeny
Danny Tuppeny
@brucer42 are you able to provide a complete code sample that triggers this? The code above references some files that don't exist (`firebase_options.dart` and `routes/firebaseloginroute.dart`). Thanks!
> `flutter run -d chrome` Can you clarify whether you're running this command manually, or you mean starting a debug session via VS Code? If you run directly from the...
> The shim at `~/.asdf/shims/flutter` is a one-line script which executes flutter via asdf. Could this be a symlink instead of a script? I don't like the idea of executing...
> The solution I suggested (running `flutter doctor -v` and parsing the output) would work for any installation where the flutter executable was in the path. See my note above...
Out of interest - in which cases are you hitting the issue where you're told the SDK is not found? For existing projects I would expect us to find your...
> The repo is a mono which has a number of flutter apps and libraries in it. Looking at the main one, the flutterRoot entry in `.dart_tool/package.config` is pointing to...
This should be improved by https://github.com/Dart-Code/Dart-Code/pull/5377
Considered fixed by b1f79dbd0d66128059cac40ff0dca01d4dd5dca7. It's in the current pre-release extension and will be in the upcoming stable release (in the next week or so). If you find any problems using...
Do you have a sample project that triggers this? In the logs it looks like there's a Firebase exception just after the reload: ```
I don't seem to be able to repro this, however it's not clear to me if I need to make a specific kind of change for: > While build_runner is...