Bernardo Ferrari

Results 354 comments of Bernardo Ferrari

I guess it could at least say `-v` option exists? But being so small, '-v' could replace '-h' maybe?

I think I still have the same issue, I'm on: Dart SDK version: 2.19.0-288.0.dev (dev) (Thu Oct 6 20:22:42 2022 -0700) on "macos_x64" If I add this rule to fixes:...

Yes. At this point, I guess it is easier to just send the branch lol The remove BoxShape.rectangle work. Only the replace-by fails.

I wish there were a simple way to test these fixes, maybe a playground of some sort. I can't even share with you "everything" (like the BoxDecoration class) because each...

I don't want to deprecate BoxDecoration, I want to deprecate shape property and replace BoxDecoration with ShapeDecoration when shape is circle.

No, but it is pretty simple. Is there a file I should propose the change? I don't know where I should write it.

So.. is this issue responsible for my Dart process eating over 18GB of RAM? It only happens after a few hours. https://github.com/dart-lang/sdk/issues/44792

Is this related to https://github.com/flutter/flutter/issues/90868?