This document outlines the roadmap for the flutter_drawio package.
- add support for loading a
Drawing
from a file. - add support for saving a
Drawing
to a file. - implement drawing shapes (star, circle, square, triangle)
- implement line drawing
- tag:
line-drawing
- status:
done
(seeline-drawing
branch)
- tag:
- add support for undo and redo
- tag:
undo-redo
- status:
pending
- tag:
- add support for manipulating a
Drawing
after it has been created.- tag:
manipulate-drawing
- status:
in-planning
- tag: