Files
Siro/siro_rider/lib/views/home/route_planner/route_planner.dart
T

11 lines
392 B
Dart

/// Route Planner — a self-contained, controller-agnostic front-end for the
/// ride-planning surface (bottom sheet, map-pick overlay, and center pin).
///
/// Public entry points:
/// • [RoutePlannerSheet] — replaces the old `MainBottomMenuMap`.
/// • [RpCenterPin] — replaces the old `PickerIconOnMap`.
library;
export 'rp_center_pin.dart';
export 'rp_sheet.dart';