Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 750 Bytes

File metadata and controls

26 lines (19 loc) · 750 Bytes

What is this?

This is a node-based flow editor for Flutter applications, inspired by React Flow and designed for building visual programming interfaces, workflow editors, and interactive diagrams.

Tech

  • Flutter
  • Dart

State Management

  • Uses MobX for state management
  • Only raw observables, no annotations

Always Note

  • The Web Server or App is always running in the background
  • We are using Melos workspace so use its commands to bootstrap and update projects
  • Do not use the buildXXX methods for building Flutter UI trees; instead, create semantic widgets for better composability and readability.
  • Use semantic naming conventions for variables, functions, and classes to improve code readability and maintainability.