shaped_widget 1.2.0 copy "shaped_widget: ^1.2.0" to clipboard
shaped_widget: ^1.2.0 copied to clipboard

A collection of customizable Flutter widgets for drawing shapes such as dots, triangle and star.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shaped_widget

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

dependencies:
  shaped_widget: ^1.2.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:shaped_widget/shaped_widget.dart';
1
likes
160
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of customizable Flutter widgets for drawing shapes such as dots, triangle and star.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, integration_test

More

Packages that depend on shaped_widget