25-3/11/1

This commit is contained in:
Hamza-Ayed
2025-03-11 15:58:17 +03:00
parent 3162b1bec6
commit df2bbd4604
442 changed files with 48712 additions and 182 deletions

View File

@@ -73,14 +73,14 @@ GetBuilder<MapPassengerController> leftMainMenuIcons() {
tooltip: 'VIP Waiting Page', // More descriptive tooltip
),
// const SizedBox(width: 8),
_buildIconButtonWithAnimation(
controller: controller,
icon: Octicons.screen_full,
onPressed: () async {
Get.to(() => TestPage());
},
tooltip: 'Recent Locations', // More descriptive tooltip
),
// _buildIconButtonWithAnimation(
// controller: controller,
// icon: Octicons.screen_full,
// onPressed: () async {
// Get.to(() => TestPage());
// },
// tooltip: 'Recent Locations', // More descriptive tooltip
// ),
],
),
),
@@ -98,7 +98,9 @@ class TestPage extends StatelessWidget {
appBar: AppBar(),
body: Center(
child: TextButton(
onPressed: () async {},
onPressed: () async {
await DeviceHelper.getDeviceFingerprint();
},
child: Text(
"Text Button",
),