Danny Tuppeny

Results 1793 comments of Danny Tuppeny

> I use the 3.0.5 version of Flutter This is a very old version of Flutter (from July 2022) and no longer supported (either by the Flutter team or by...

@AkaShark that's a shame. Unfortunately no fixes can be made to 3.0.5 of Flutter, nor the version of DevTools that was shipped with it, so even if the issue isn't...

@muhammadkamel this issue was about running embedded within VS Code, but from your screenshot I think you're running it in a browser window? If so, this might be a different...

I think most of the things above would be solved by having both [Signature Information](https://code.visualstudio.com/api/references/vscode-api#SignatureInformation) and [Hovers](https://code.visualstudio.com/api/references/vscode-api#Hover). In code like: ```dart myFunc(foo: bar); ``` When the cursor is in `bar`,...

This would be great to do, but it would really need support from the test package to do (I think it'd also be quite complex to know what tests need...

Well I'm not sure if it *should* be on anyones - that's a question about priorities for the test package, of which I don't have any knowledge. Right now there's...

> It's absolutely not clear that the referenced issue would allow for live unit testing when finished That's fair - the linked issue is a little vague - though https://github.com/dart-lang/test/issues/112...

That definitely does look interesting :-) As far as I can tell, it's IDE-agnostic too, so is usable in any IDE (and without any specific changes)?

> @DanTup I notice that you've closed https://github.com/Dart-Code/Dart-Code/issues/5076#issuecomment-3049624613 as a duplicate but I just want to check that the intention with this issue would also be about a command-line feature...

I'm not sure if it makes sense to add all of them. The deprecation message I can see as useful, but if we include the text from others we'd also...