Dmitry Zhifarsky

Results 177 comments of Dmitry Zhifarsky

Hmm, interesting suggestion, actually, thank you!

Now I'm curious how many systems treat anything printed to stderr as an exit. So, this might introduce a breaking change

@pwa-tapptic so a workaround would be to pass `--no-congratulate` as it should suppress all the messages, while we're fixing the issue

@fzyzcjy interesting use-case, maybe we should have a separate rules set for flutter-mobx? Do you have other rule ideas?

This might be a good stylistic rule, do you have anything else?

DCM 1.18.0 now includes a new global option called "--show-installation-hint" (https://dcm.dev/docs/cli/#global-options) that shows this output: ![image](https://github.com/flutter/devtools/assets/21116742/ae16cfee-bb93-4554-80ec-82a45a19e68e) And after you update to the latest DCM VS Code extensions, the "new version"...

@jacob314 thanks for sharing the doc, I left a few questions that I didn't find an answer to.

@lukepighetti actually, I thought about that a while ago and have a naive idea how to make it work, but no code yet. Also, haven't checked how dart2js, Google Closure...

Dart Code Metrics prerelease version 4.10.0-dev.1 provides new command called `check-unused-code` which could help you find unused classes, function and other top level declarations. You can find more info here:...

Here is a better screenshot with double empty mixins 🤷‍♂️