canvas_editor_flutter 0.4.0
canvas_editor_flutter: ^0.4.0 copied to clipboard
Complete Flutter scene editor for canvas_core documents with turnkey UI and composable editing, asset, image-import, and export capabilities.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add canvas_editor_flutterWith Flutter:
$ flutter pub add canvas_editor_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
canvas_editor_flutter: ^0.4.0Alternatively, 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:canvas_editor_flutter/canvas_editor_flutter.dart';