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:
parent
5baf99384f
commit
fb41a518c9
11 changed files with 19 additions and 19 deletions
|
|
@ -5,8 +5,8 @@
|
|||
// graph -> YAML emission, selection bookkeeping, and
|
||||
// dirty/saved transitions correctly.
|
||||
|
||||
import 'package:fai_studio_flow_editor/src/editor_controller.dart';
|
||||
import 'package:fai_studio_flow_editor/src/model/flow_graph.dart';
|
||||
import 'package:chain_studio_flow_editor/src/editor_controller.dart';
|
||||
import 'package:chain_studio_flow_editor/src/model/flow_graph.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue