Phil Quitslund

Results 286 comments of Phil Quitslund

I did a run and sent results out to a handful of folks for further review. At first blush the results seem valuable to me. If you want access (and...

@goderbauer: do any Flutter APIs spring to mind that you'd want to tag as unwaitable? it'd be handy to have some concrete examples to drive the discussion.

Corresponding issue to discussion an annotation in `pkg:meta` here: https://github.com/dart-lang/sdk/issues/46218.

I've been doing some testing and encourage people to do the same. Try `dart fix --code=unnecessary_library_name --apply` and if you hit any snags let me know. (I've got a fix...

See also https://github.com/dart-lang/linter/issues/2591 for discussion along the lines of @eernstg's proposal above.

Ah. This is very interesting. The [`@useResult`](https://pub.dev/documentation/meta/latest/meta/useResult-constant.html) annotation may well do the trick? Some back ground in https://github.com/dart-lang/linter/issues/1888 and https://github.com/dart-lang/sdk/issues/36653.

+1 to pub lints! While we're on the topic of integration, we should think about IDEA/Webstorm as well. I did the stagehand integration (cribbing off Devon's editor bits to be...

> How do go-to-definitions work for import prefixes? Does it link to something? If a prefix is bound, they work as you'd expect and jump you to where the prefix...