refactor: rename package fai_studio_flow_editor -> chain_studio_flow_editor

The flow editor is a Ch∆In Studio sub-component (chain product), not a
F∆I-vendor package. Rename the package, entry library file, and all
package: imports. flutter analyze: clean.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-06-16 17:47:59 +02:00
parent 5baf99384f
commit fb41a518c9
11 changed files with 19 additions and 19 deletions

View file

@ -5,8 +5,8 @@
// attached when supplied, height accounts for max(inputs,
// outputs).
import 'package:fai_studio_flow_editor/src/model/flow_graph.dart';
import 'package:fai_studio_flow_editor/src/widgets/flow_node.dart';
import 'package:chain_studio_flow_editor/src/model/flow_graph.dart';
import 'package:chain_studio_flow_editor/src/widgets/flow_node.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';