fluera_canvas 0.10.3
fluera_canvas: ^0.10.3 copied to clipboard
Document-grade infinite-canvas SDK for Flutter — layered scene graph, selection + transform, lasso, image annotations, text, keyboard shortcuts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluera_canvasThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluera_canvas: ^0.10.3Alternatively, 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:fluera_canvas/fluera_canvas.dart';