Skip to content

vortex14/flutter-schema-board

Repository files navigation

2# Example apps using Flutter diagram_editor library.

Link to diagram_editor library codebase: https://github.com/Arokip/fdl

Running apps: https://arokip.github.io/fdl_demo_app

Examples

There are 6 examples of usage of diagram_editor library:

  • Simple editor is simple but functional flowchart diagram editor.
  • pub.dev example is the simplest example of library usage. The same code example can be found on pub.dev.
  • Port example shows different usage of a Component widget. Components and ports in this example are both Component widget.
  • Hierarchical components shows how a component can be assigned as a child to another one.
  • Complex example shows in funny way that every component is a widget (everything in Flutter is a widget). So you can design a component as you wish.
  • Grip snapping example contains a grid and when is a component near a grid line while moving then it snaps to it.

=========== for ios and mac add in Podfile =================== target 'Runner' do use_frameworks! <--------------------------- добавить flutter_install_all_ios_pods File.dirname(File.realpath(FILE))

target 'RunnerTests' do <--------------------------- ? закомментить

inherit! :search_paths <--------------------------- ? закомментить

end <--------------------------- ? закомментить

end

================= build web only with canvasKit =============== == debug web: flutter run -d chrome --web-renderer canvaskit ==