go_paint 0.1.0
go_paint: ^0.1.0 copied to clipboard
A high-performance 120 Hz vector drawing and painting canvas for Flutter with authentic crayon and graphite pencil brushes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add go_paintThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
go_paint: ^0.1.0Alternatively, 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:go_paint/go_paint.dart';