The editor side of FlowCanvas is using a lot of UnityEditor namespace types which are only available in editor of course. Turning FlowCanvas into a runtime editor would require a lot of work to the point of practically rewriting/replacing all instances of code that are currently using UnityEditor types. It is thus honestly something I can’t recommend doing.