Günter Zöchbauer

Results 303 comments of Günter Zöchbauer

@stijnvanbael you can reference functions in metadata (top-level functions and static methods) , you can just not define them inline

@dcovar don't expect anything short term. It won't be part of Dart 2. They might tackle it after Dart 2. The built_value package works well enough for me.

@fmatosqg https://pub.dartlang.org/packages/built_value

I still got the error message in directories without `pubspec.yaml` for example for `fvm global stable`. I first hat to execute `fvm global stable` in a directory with a `pubspec.yaml`,...

It looks like this somehow came from the directory I assumed was not a flutter project actually contained an empty `pubspec.yaml`. Perhaps this got created in the process of tracking...

Yes, it shows an emulator that was created with `flutter emulators` some time ago, but the emulator is not running.

I'd prefer the former. I want to create/delete/modify emulator specifications using the `flutter emulators` command (outside of Emacs) for various use cases but do not want to be bothered with...

I found https://github.com/flutter/flutter/issues/30724#issuecomment-480985603 which looks related. It seems lsp-dart always uses getEmulators, not only when no available devices were found.

Yes. Only available devices should be listed - like returned from "flutter devices"