Danny Tuppeny
Danny Tuppeny
> I don't quite fully understand your proposed solution, but it sounds like it will make it work, so i'm all for it. If you don't explicitly specify a Flutter...
> I suppose I could also try removing `/usr/bin/flutter` . If you're just trying to get things working for you, you could also just put `/opt/flutter` in your `PATH` ahead...
> all reads "secretly" are served from the real sdk dir in /opt/flutter, and writes go to a special directory (also in our home folder) that only holds written files,...
> The wrapper script is needed to set up the union filesystem "on-demand". Is this just something that needs to happen the first time? Is it fair for Dart-Code to...
I've pushed a new pre-release version of the Dart extension (v3.93.20240708) that will: 1. Check for some additional files before determining something is a Flutter SDK 2. Add `/opt/flutter` to...
@schdck are you able to reproduce this in a project you can share?
This came up again at https://github.com/Dart-Code/Dart-Code/issues/5359 and I managed to figure it out. The issue was actually in your log above but wasn't obvious until I had a repro: ```...
Some additional thoughts: - Is this JSON format specified anywhere that should be updated? - Should there be some kind of `protocolVersion` field that could be increased with changes like...
> Yeah - perhaps this is the right way to do it. I can add a "version": 2 field. > I guess it will not prevent any breakage, because nobody...
> We have ended up on having > > - dependencies with the old semantics > - directDependencies with the "dependencies" from the pubspec > - devDependencies with the "dev_dependencies"...