flutter_corner_shape 0.1.6 copy "flutter_corner_shape: ^0.1.6" to clipboard
flutter_corner_shape: ^0.1.6 copied to clipboard

CSS corner-shape for Flutter. Round, scoop, bevel, notch, squircle, and superellipse corners — per-corner control, smooth animations, and a drop-in ShapeBorder + Clipper.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_corner_shape

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_corner_shape: ^0.1.6

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:flutter_corner_shape/flutter_corner_shape.dart';
4
likes
160
points
211
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CSS corner-shape for Flutter. Round, scoop, bevel, notch, squircle, and superellipse corners — per-corner control, smooth animations, and a drop-in ShapeBorder + Clipper.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_corner_shape