Bernardo Ferrari

Results 354 comments of Bernardo Ferrari

I never used those advanced cases @chunhtai. But I can't display a grid of items, because if the user scrolls left and right again, the position is lost. Or the...

lol what can they do? The thing is not even released.

Intellij's Dart plugin is made by JetBrains, not Google. So it should come from them.

There is no plugin support on fleet yet.

No, because there is no language support.

No, because jetbrains doesn't have plugin support yet. You need to wait for that.

Hey, this seems relatively similar to an old idea I have. I have had a similar idea for a while, but it was rejected by Hixie and others. Their response...

I still think you could make something like `LinearBorder(topWidth, bottomRight, leftWidth, rightWidth)` and `LinearBorder.proportional(topWidth, bottomRight, leftWidth, rightWidth)`, and then just kill Border because it would be redundant. And you could...

You propose ```dart shape: const LinearBorder( start: LinearBorderEdge(size: 1, align: Align.center), bottom: LinearBorderEdge(size: 2), ) ``` I propose ```dart shape: LinearBorder(start: 1, bottom: 2, align: Align.center) ``` Regarding the BorderSide...

Uh, now I got it. I was thinking about animation only, but it has a practical use case. I feel it is too much, but I understand it.