sketch_flow 1.1.0
sketch_flow: ^1.1.0 copied to clipboard
A powerful and flexible Flutter sketching plugin. Easily build drawing applications with elegant UI and comprehensive export features.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sketch_flowThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sketch_flow: ^1.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:sketch_flow/sketch_flow.dart';