flutter_custom_shaper 0.1.1 copy "flutter_custom_shaper: ^0.1.1" to clipboard
flutter_custom_shaper: ^0.1.1 copied to clipboard

Flutter package for custom shapes with flexible clipping options.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_custom_shaper

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

dependencies:
  flutter_custom_shaper: ^0.1.1

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_custom_shaper/flutter_custom_shape.dart';
import 'package:flutter_custom_shaper/flutter_custom_shapes.dart';
import 'package:flutter_custom_shaper/shapes/arrow_shape.dart';
import 'package:flutter_custom_shaper/shapes/bezier_curve_shape.dart';
import 'package:flutter_custom_shaper/shapes/brickwall_shape.dart';
import 'package:flutter_custom_shaper/shapes/bubble_shape.dart';
import 'package:flutter_custom_shaper/shapes/chevron_shape.dart';
import 'package:flutter_custom_shaper/shapes/circle_shape.dart';
import 'package:flutter_custom_shaper/shapes/cloud_shape.dart';
import 'package:flutter_custom_shaper/shapes/crescent_shape.dart';
import 'package:flutter_custom_shaper/shapes/cross_shape.dart';
import 'package:flutter_custom_shaper/shapes/diamond_shape.dart';
import 'package:flutter_custom_shaper/shapes/ellipse_shape.dart';
import 'package:flutter_custom_shaper/shapes/fill_hexagram.dart';
import 'package:flutter_custom_shaper/shapes/flower_shape.dart';
import 'package:flutter_custom_shaper/shapes/heart_shape.dart';
import 'package:flutter_custom_shaper/shapes/hexagon_shape.dart';
import 'package:flutter_custom_shaper/shapes/hexagram.dart';
import 'package:flutter_custom_shaper/shapes/house_shape.dart';
import 'package:flutter_custom_shaper/shapes/kite_shape.dart';
import 'package:flutter_custom_shaper/shapes/leaf_shape.dart';
import 'package:flutter_custom_shaper/shapes/lightning_shape.dart';
import 'package:flutter_custom_shaper/shapes/octagon_shape.dart';
import 'package:flutter_custom_shaper/shapes/parallelogram_shape.dart';
import 'package:flutter_custom_shaper/shapes/pentagon_shape.dart';
import 'package:flutter_custom_shaper/shapes/redial_spikes_shape.dart';
import 'package:flutter_custom_shaper/shapes/right_angle_triangle_shape.dart';
import 'package:flutter_custom_shaper/shapes/semicircle_shape.dart';
import 'package:flutter_custom_shaper/shapes/shield_shape.dart';
import 'package:flutter_custom_shaper/shapes/spiral_share.dart';
import 'package:flutter_custom_shaper/shapes/star_shape.dart';
import 'package:flutter_custom_shaper/shapes/sun_burst.dart';
import 'package:flutter_custom_shaper/shapes/sun_shade_shape.dart';
import 'package:flutter_custom_shaper/shapes/trangle_shape.dart';
import 'package:flutter_custom_shaper/shapes/trapezoid_shape.dart';
import 'package:flutter_custom_shaper/shapes/wave_shape.dart';
8
likes
160
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for custom shapes with flexible clipping options.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_custom_shaper