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
|
|
@ -2,8 +2,8 @@
|
|||
// AbstractAnalyzer that feeds the flow editor's gutter + the
|
||||
// custom CodeController's wavy-underline overrides.
|
||||
|
||||
import 'package:fai_studio_flow_editor/src/flow_analyzer.dart';
|
||||
import 'package:fai_studio_flow_editor/src/quick_fix.dart';
|
||||
import 'package:chain_studio_flow_editor/src/flow_analyzer.dart';
|
||||
import 'package:chain_studio_flow_editor/src/quick_fix.dart';
|
||||
import 'package:flutter_code_editor/flutter_code_editor.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:highlight/languages/yaml.dart';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue