Devon Carew

Results 381 comments of Devon Carew

Running `dartanalyzer --strong` I see `No issues found` for my app, which is comforting but a bit misleading. I know that my app won't compile well with ddc due to...

The bit of code that does it is here: https://github.com/dart-lang/analyzer_cli/blob/master/lib/src/driver.dart#L358 @stereotype441 and @pq have context as well -

> Is this a DDC bug of some sort? Yup, just a few lines to copy over which will normalize imports where possible. It would mean that you could use...

@sigmundch - is there a 'see instead' message we should in-line into the readme here? A doc page for dart2js-info? Once this moves into the archives the repo will become...

Here's a potential deprecation notice: ``` ## Repo deprecation notice **NOTE**: This repository has been deprecated; for information and tooling related to understanding the size of your compile web applications,...

PR here: https://github.com/dart-lang/dump-info-visualizer/pull/39

from @wibling: > The simplest way to regenerate (especially for the expected_identical.dartt file) is to comment out the tmpDir.deleteSync(); call (line 20 in client_generator_test.dart) and add a 'print(tmpDir)' to see...

From the analysis failures, we'll need to wait to land this until after the next stable release of flutter.

Cool, thanks for looking into it. I think android studio has custom behavior here, but they may replace the action completely (which isn't something we're likely to want to do).

Hi - it is possible! We don't distribute it as a desktop app, but have had discussions about doing that. To try it out yourself, you can clone this repo,...