Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 608 Bytes

ROADMAP.md

File metadata and controls

21 lines (16 loc) · 608 Bytes

flutter_drawio Roadmap

This document outlines the roadmap for the flutter_drawio package.

TODOs

  • 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 (see line-drawing branch)
  • add support for undo and redo
    • tag: undo-redo
    • status: pending

Future

  • add support for manipulating a Drawing after it has been created.
    • tag: manipulate-drawing
    • status: in-planning