11 lines
392 B
Dart
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';
|