Bernardo Ferrari
Bernardo Ferrari
Don't you think a 2 sided border with borderRadius would be more used (specially in context of buttons) than a border without borderRadius with alignment? I can see use cases...
Yeah, I'm just sad the more-useful Border wasn't approved :( This one is useful, but I don't think **a lot** of people would be as happy as the other change,...
I have the code, but Greg and the team thought it was better for a standalone package outside Flutter, yet it is kind of similar to this one :(
Great work! I'm surprised there is not a lint that auto-catches this. cc @pq
> It should work if you just run the directory instead of specifying the files: flutter test test/material instead of flutter test test/material/* That makes sense, but I still don't...
Maybe you could also say in the error that this is happening? Because if I call flutter test in a file that doesn't end with test, it could warn me...
For borderRadius there is no old way, it just crashes.
This is the alternate to crashing:
It is possible for the current implementation to overlap with each other (I just don't know exactly how). I am proposing a muuuuch more agressive overlap (where possible) while respecting...
Another possibility is: still crash when top+left with borderRadius, but don't crash when top+bottom or left+right with borderRadius. I just commited this possibility, check if you are happier (if you...