Some checks failed
Security / Security check (push) Failing after 2s
Studio follows the platform rename: product branding F∆I -> Ch∆In in UI strings, command examples fai -> chain, and — critically — the spawned hub binary path ~/.fai/bin/fai -> ~/.fai/bin/chain so Studio launches the renamed binary. The fai_* Dart identifiers (FaiLog, widget files, the generated SDK) stay = vendor/internal namespace. flutter analyze: no issues. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
20 lines
635 B
Dart
20 lines
635 B
Dart
// Barrel file for the Ch∆In Studio widget library.
|
|
//
|
|
// Pages should `import '../widgets/widgets.dart';` and use the
|
|
// primitives directly — no Material `Card` / generic `Container`
|
|
// soup in page code.
|
|
|
|
export 'fai_binary_recovery.dart';
|
|
export 'fai_card.dart';
|
|
export 'fai_data_row.dart';
|
|
export 'fai_delta_mark.dart';
|
|
export 'fai_empty_state.dart';
|
|
export 'fai_en_badge.dart';
|
|
export 'fai_error_box.dart';
|
|
export 'fai_flow_output.dart';
|
|
export 'fai_log_viewer.dart';
|
|
export 'fai_module_sheet.dart';
|
|
export 'fai_pill.dart';
|
|
export 'fai_settings_dialog.dart';
|
|
export 'fai_status_dot.dart';
|
|
export 'fai_system_ai_editor.dart';
|