coingaming / moon_flutter

Moon Design System for Flutter
https://flutter.moon.io
MIT License
125 stars 14 forks source link

Improve border smoothness #407

Open dickermoshe opened 1 month ago

dickermoshe commented 1 month ago

The edges of borders have a fuzz to them.

image image

Then looking from further out it is more noticitable

image
Kypsis commented 1 month ago

This is sadly quite common occurrence when using squircles. It is not as emphasized on mobile screens but it qualifies as visual bug. Probably should explore not having the squircles be the default for corner radii and expose the smoothing prop.

dickermoshe commented 1 month ago

Is there a way that radii can be themed now to remove squicles?