From 7b379914e44583b9b097ed286b669ad244b176a1 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Thu, 21 Dec 2023 01:26:51 +0200 Subject: Added Firestore support for both the driver app and the rider mobile app --- mobile/lib/cart.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mobile/lib/cart.dart') diff --git a/mobile/lib/cart.dart b/mobile/lib/cart.dart index b3d5b0b..109e407 100644 --- a/mobile/lib/cart.dart +++ b/mobile/lib/cart.dart @@ -81,9 +81,9 @@ class CartPage extends StatelessWidget { onPressed: () { // Implement payment or confirmation logic here // For now, just print a message - print('Processing payment/confirmation...'); + print('Processing Requesting Ride'); }, - child: const Text('Proceed to Payment/Confirm'), + child: const Text('Request Ride'), ), ], ), -- cgit v1.2.3