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.
- Flutter
- Dart
- Uses MobX for state management
- Only raw observables, no annotations
- 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.