shape_to_go 0.0.2 copy "shape_to_go: ^0.0.2" to clipboard
shape_to_go: ^0.0.2 copied to clipboard

Creating basic shapes is now easy with the shape_to_go package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shape_to_go

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

dependencies:
  shape_to_go: ^0.0.2

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:shape_to_go/shape_to_go.dart';
2
likes
160
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Creating basic shapes is now easy with the shape_to_go package.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on shape_to_go