flutter_advanced_canvas_editor 2.0.3 copy "flutter_advanced_canvas_editor: ^2.0.3" to clipboard
flutter_advanced_canvas_editor: ^2.0.3 copied to clipboard

A powerful Flutter canvas editor with Photoshop-style layers, freehand drawing, drag-and-drop components, undo/redo, and PNG export. Works on all platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_advanced_canvas_editor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_advanced_canvas_editor: ^2.0.3

Alternatively, 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:flutter_advanced_canvas_editor/flutter_advanced_canvas_editor.dart';
11
likes
160
points
136
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter canvas editor with Photoshop-style layers, freehand drawing, drag-and-drop components, undo/redo, and PNG export. Works on all platforms.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_advanced_canvas_editor