superellipse_shape 0.1.4 copy "superellipse_shape: ^0.1.4" to clipboard
superellipse_shape: ^0.1.4 copied to clipboard

outdated

A package for creating superellipse shapes in flutter. A superellipse is a shape constituting a transition between a rectangle and a circle, and is used to create smooth rounded corners.

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.4

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';
45
likes
0
pub points
86%
popularity

Publisher

unverified uploader

A package for creating superellipse shapes in flutter. A superellipse is a shape constituting a transition between a rectangle and a circle, and is used to create smooth rounded corners.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on superellipse_shape