I saw a fun little question on Stack Overflow about rounding the corners of a UIBezierPath, so I wrote a little package to do it.
In Xcode CoreGraphics how to round corners of a UIPath. In Android I can simply add a cornerpatheffect
I am creating a drawing app in which I am using a custom intractable view, I am drawing an open path, I want its corners to be rounded. In android I can add cornerPathEffect but I am not able to do...
