25-1/31/1

This commit is contained in:
Hamza-Ayed
2025-01-31 14:57:17 +03:00
parent fd0002ce97
commit 13a7c3db81
100 changed files with 469 additions and 436 deletions

View File

@@ -2,7 +2,7 @@ import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:SEFER/views/home/my_wallet/payment_history_passenger_page.dart';
import 'package:Tripz/views/home/my_wallet/payment_history_passenger_page.dart';
import '../../../constant/box_name.dart';
import '../../../constant/colors.dart';
import '../../../constant/info.dart';
@@ -32,7 +32,7 @@ class PassengerWallet extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.start,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
const CardSeferWallet(),
const CardTripzWallet(),
const SizedBox(
height: 20,
),
@@ -168,8 +168,8 @@ class PassengerWallet extends StatelessWidget {
}
}
class CardSeferWallet extends StatelessWidget {
const CardSeferWallet({super.key});
class CardTripzWallet extends StatelessWidget {
const CardTripzWallet({super.key});
@override
Widget build(BuildContext context) {