shape_to_go 0.0.1
shape_to_go: ^0.0.1 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_goThis 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.1Alternatively, 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';