/// Inline YAML editor for F∆I Studio flows — swappable. /// /// Studio depends on this package via pubspec.yaml. To use a /// different editor, fork this repo, change the implementation, /// point Studio's pubspec at the fork, rebuild Studio. /// /// Public surface: /// * [FlowEditorPage] — the page widget Studio embeds as /// its "Editor" destination + as a route push from the /// Flows page's pencil icon. /// * [FlowEditorLocale] — the locale the package renders /// its inline strings in. Studio passes its active /// Locale through. library; export 'src/flow_editor_page.dart' show FlowEditorPage; export 'src/l10n.dart' show FlowEditorLocale;