Danny Tuppeny

Results 1795 comments of Danny Tuppeny

On GitHub actions, you need to set up Flutter - the offered Dart image does not include Flutter. See https://github.com/flutter/flutter-intellij/issues/3807#issuecomment-566000300. (I don't think that's related to @balajiks-dev's original issue here...

I'm not sure I understand how this is being run. @kaushiksathupadi how are you starting the server and serving the contents at that location? Before #3585, the full URL didn't...

@kaushiksathupadi that's correct, the tag was not necessary before because DevTools was using URL fragments. It's required when using path URLs (see https://docs.flutter.dev/development/ui/navigation/url-strategies#hosting-a-flutter-app-at-a-non-root-location). The replacement is done by the DevTools...

Glad to hear. I'm not sure what your setup looks like, but if you're using VS Code with its remoting support, DevTools should be run on the remote machine and...

Can you give an example of how this would be used? There is an existing fix you can use once you've type `this.field` to create the field: And also a...

Thanks for clarifying. Generally, I think refactors that don't require asking the user for input work better, because VS Code has very limited options for asking for input. For example...

Sorry for the delay. I haven't had chance to look back at this yet. Brian noted some concerns about how well we could do this above so it needs some...

@BlueDev5 the issue described above is not something that should be worse in 3.48 to 3.46, as SDK sources were not mapped at all in the old SDK DAPs. Could...

When this is fixed, web should be tested specifically because it may behave differently (since it goes through DWDS). It currently results in this: ``` [+6526 ms] DevHandler: VmService proxy...

Fix in progress at https://github.com/flutter/flutter/pull/114369. Unfortunately this doesn't work for Web yet because of https://github.com/dart-lang/webdev/issues/606. Hopefully once that's done this will just start working without any further changes.