You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This issue is a work in progress and is subject to change
Summary
The fl_nodes package could benefit from splitting into multiple packages to not only separate concerns, but also give users a choice in what functionality they wish to adopt within their projects.
Proposal
Convert this repo into 4 distinct packages:
fl_nodes: A full featured drop in node editing experience that has hand crafted widgets, tasteful prebuilt styles, editing conveniences, and flow execution capabilities.
fl_nodes_core: A low level library for constructing nodes and their relationships.
fl_nodes_exec: Provides an execution engine.
fl_nodes_util: Provides functionalities such as [ cut | copy | paste ], [ save | load ] functionality, and more.
Consider implementing Melos for package management.
Consider CI/CD pipeline refinements
The text was updated successfully, but these errors were encountered:
Summary
The
fl_nodes
package could benefit from splitting into multiple packages to not only separate concerns, but also give users a choice in what functionality they wish to adopt within their projects.Proposal
fl_nodes
: A full featured drop in node editing experience that has hand crafted widgets, tasteful prebuilt styles, editing conveniences, and flow execution capabilities.fl_nodes_core
: A low level library for constructing nodes and their relationships.fl_nodes_exec
: Provides an execution engine.fl_nodes_util
: Provides functionalities such as [ cut | copy | paste ], [ save | load ] functionality, and more.The text was updated successfully, but these errors were encountered: