ping

Results 77 comments of ping

This is expected, the paint method has an offset canvas, but it should be restored before pushing new layers since those layers might not actually be drawn to the same...

This *is* just a warning, but could you run `puro --log-level=4 flutter version` and post the output?

This is particularly annoying in my case because I do not use the android plugin, but the flutter plugin has a hard dependency on it. The warning at the top...

This should be possible, PRs welcome

settings.json generally contains user-specific settings and shouldn't be committed to a repository, such as format on save, tab completion, etc.

The proposed syntax would require parsing arguments passed to flutter, which is doable, but one problem is that it won't know what IDEs to configure for until that project was...

Puro doesn't determine the version of devtools that gets downloaded either, it's all bundled with the flutter sdk as mentioned, I wasn't able to reproduce the devtools version getting stuck...

> Can I help you to repro in some way? If you had a sequence of commands to run that reproduces DevTools 2.42.0 on Flutter 3.29.3 from a fresh install...

that's strange, what's the output of `puro ls --log-level=4`?