Arokip / flutter_diagram_editor

Fllutter diagram editor library
MIT License
116 stars 38 forks source link

Improve gestures used to edit links between components #9

Closed Arokip closed 3 years ago

Arokip commented 3 years ago

Find the best gestures to edit links between components.

  1. select
  2. delete
  3. move
  4. create new joint
  5. remove joint

Do not use double tap because it causes "one" waiting for "one" tap.