refactor: upgrade API endpoints to v3 and refactor navigation and response handling across controllers
This commit is contained in:
@@ -16,7 +16,7 @@ class NotificationPage extends StatelessWidget {
|
||||
Get.put(PassengerNotificationController());
|
||||
return MyScafolld(
|
||||
isleading: true,
|
||||
title: 'Notifications',
|
||||
title: 'Notifications'.tr,
|
||||
body: [
|
||||
GetBuilder<PassengerNotificationController>(
|
||||
builder: (notificationCaptainController) => notificationCaptainController
|
||||
|
||||
Reference in New Issue
Block a user