focus-flow/apps/focus_flow_flutter/lib/controllers/scheduler_command_controller.dart

9 lines
336 B
Dart

/// Coordinates Scheduler Command Controller state for the FocusFlow Flutter UI.
library;
import 'package:flutter/foundation.dart';
import 'package:scheduler_core/scheduler_core.dart';
part 'command/scheduler_command_callbacks.dart';
part 'command/scheduler_command_controller_impl.dart';
part 'command/scheduler_command_state.dart';