refactor: disable Mawasalati feature, wrap controller initialization in post-frame callbacks, and add documentation plan

This commit is contained in:
Hamza-Ayed
2026-07-12 06:27:36 +03:00
parent 08340493c0
commit 8fa2f153c1
6 changed files with 114 additions and 58 deletions
@@ -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,