refactor: disable Mawasalati feature, wrap controller initialization in post-frame callbacks, and add documentation plan
This commit is contained in:
@@ -56,11 +56,11 @@ class AppDrawer extends StatelessWidget {
|
||||
|
||||
// 2. تعريف بيانات القائمة بشكل مركزي ومنظم
|
||||
final List<DrawerItem> drawerItems = [
|
||||
DrawerItem(
|
||||
title: 'Mawasalati'.tr,
|
||||
icon: Icons.directions_bus_filled_rounded,
|
||||
color: Colors.teal,
|
||||
onTap: () => Get.to(() => const TransitDriverHomePage())),
|
||||
// DrawerItem(
|
||||
// title: 'Mawasalati'.tr,
|
||||
// icon: Icons.directions_bus_filled_rounded,
|
||||
// color: Colors.teal,
|
||||
// onTap: () => Get.to(() => const TransitDriverHomePage())),
|
||||
DrawerItem(
|
||||
title: 'Balance'.tr,
|
||||
icon: Icons.account_balance_wallet,
|
||||
|
||||
Reference in New Issue
Block a user