superellipse_shape 0.1.5 superellipse_shape: ^0.1.5 copied to clipboard
A package for creating superellipse shapes in flutter. A superellipse is a shape constituting a transition between a rectangle and a circle.
Changelog #
0.1.4 - 2019-01-08 #
Added #
- Added details to example and readme code examples.
- Added small example to
superellipse_shape.dart
class documentation.
Changed #
- Changed the way the border-radius of the shape is controlled. The class now uses
BorderRadiusGeometry
which also allows for control over individual corners. - Changed all examples and tests to be up-to-date with the new usage with
borderRadius
.
Fixed #
- Fixed testing on old
n
property.