Danny Tuppeny

Results 1798 comments of Danny Tuppeny

Thoughts on having a `formatter:` section in analysis_options that has an `exclude` that works similar to the analyzer's `exclude`? ```yaml analyzer: # existing exclude: - '**/*.g.dart' format(ter?): # new exclude:...

> The easiest thing is a pure override and not attempting to do any merging From a quick test, this appears to be what the server does for `excludes` in...

> The first should probably be baked in Do we have a common enough convention for generated code to be able to bake this in? > are there other use...

FWIW, in both DAP and LSP in the SDK there are generated files that end with `_generated.dart`. We can easily rename these, but perhaps if we've done it here, there...

I don't know (my generated code tends to be formatted), but some possible thoughts: - the code generation is such that it's not convenient to run the formatter at the...

Yeah, it'd be nice if these were formatted better. I suspect we're building a string to describe the element, but maybe it'd be nice if we were able to extra...

Can you confirm that the devices show up when running `flutter devices`, and that your project is set up for Android (has an `android` folder)? If that all looks good,...

Great, glad to hear it's working now! > how can i see/forward windows desktop emulator? I'm not sure I understand the question. When you run apps on a desktop, it's...

I don't think it's possible to build a Windows Flutter app from Linux, because it uses a lot of the Visual Studio/Windows SDK tools (and the same goes for Mac...

@kenzieschmoll we pass the editor font size to DevTools so that the general text matches the text size in the editor (because we assume this is set to something reasonable...