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

outdated

A package for creating superellipse shapes in flutter. A superellipse is used to make smooth rounded edges on a widget, smoother than border-radius.

Superellipse Shape #

Superellipses in flutter!

A package for creating superellipse shapes in flutter.

class SuperellipseDemo extends StatelessWidget {

  @override
  Widget build(BuildContext context) {
    
    return Material(
      color: Colors.blueAccent[400],
      shape: SuperellipseShape(5.0),
      child: Container(
        width: 100.0,
        height: 100.0,
      ),
    );

  }

}

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

43
likes
0
pub points
84%
popularity

Publisher

unverified uploader

A package for creating superellipse shapes in flutter. A superellipse is used to make smooth rounded edges on a widget, smoother than border-radius.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on superellipse_shape