DEV Community

Vladislav Enev
Vladislav Enev

Posted on

Flutter package for advanced canvas editing opensource

Hey everyone, I've just created my dev account and I can't wait to share with you my open-source library made in Flutter

Story:
I've been working on an open-source Flutter package called flutter_advanced_canvas_editor. It started as a fun experiment, but I quickly realized how rewarding open-source development can be. So that is my contribution to the world. let me explain about the features and what you can find.I've created canvas editor in Flutter with layer support, similar to Photoshop layers so you can stack, reorder, lock, and manage canvas elements more easily.

The package allows you to:
Add, move, rotate, and scale widgets on a canvas
Work with layered elements
Handle gestures smoothly
Customize drawing and interaction logic
Drop it into existing Flutter projects with minimal setup

Share that post if you really like what I've done. Appreciate all feedback

link: https://pub.dev/packages/flutter_advanced_canvas_editor

Top comments (0)