superellipse_shape 0.1.0 superellipse_shape: ^0.1.0 copied to clipboard
A package for creating superellipse shapes in flutter. A superellipse is used to make smooth rounded edges on a widget, smoother than border-radius.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add superellipse_shape
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
superellipse_shape: ^0.1.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:superellipse_shape/superellipse_shape.dart';