Update: 2026-06-19 01:47:48
This commit is contained in:
@@ -6,6 +6,7 @@ import 'location_search_controller.dart';
|
||||
import 'nearby_drivers_controller.dart';
|
||||
import 'ride_lifecycle_controller.dart';
|
||||
import 'ui_interactions_controller.dart';
|
||||
import 'ride_simulation.dart';
|
||||
|
||||
class MapScreenBinding extends Bindings {
|
||||
@override
|
||||
@@ -21,5 +22,8 @@ class MapScreenBinding extends Bindings {
|
||||
// 3. Lifecycle and UI Interaction Controllers
|
||||
Get.lazyPut(() => RideLifecycleController());
|
||||
Get.lazyPut(() => UiInteractionsController(), fenix: true);
|
||||
|
||||
// 4. Simulation Controller (for development/testing)
|
||||
Get.lazyPut(() => RideSimulationController(), fenix: true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user