sketch_flow 1.2.1
sketch_flow: ^1.2.1 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 Dart:
$ dart pub add sketch_flowWith Flutter:
$ flutter pub add sketch_flowThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sketch_flow: ^1.2.1Alternatively, your editor might support dart pub get or 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';