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

@ -1,4 +1,4 @@
# fai_studio_flow_editor
# chain_studio_flow_editor
Swappable in-Studio flow editor for the Ch∆In. Hosts a
three-tab editing surface on top of one in-memory flow YAML:
@ -19,7 +19,7 @@ editor is one pubspec change and a rebuild.
## Public surface
```dart
import 'package:fai_studio_flow_editor/fai_studio_flow_editor.dart';
import 'package:chain_studio_flow_editor/chain_studio_flow_editor.dart';
FlowEditorPage(
initialFlowName: String?, // preload this flow
@ -85,7 +85,7 @@ spurious diffs in version control.
```
lib/
├── fai_studio_flow_editor.dart exports public API
├── chain_studio_flow_editor.dart exports public API
└── src/
├── editor_controller.dart shared state + reparse loop
├── flow_editor_page.dart host scaffolding, tabs
@ -113,7 +113,7 @@ reference:
```yaml
dependencies:
fai_studio_flow_editor:
chain_studio_flow_editor:
git:
url: https://git.flemming.ai/fai/studio-flow-editor
ref: main