Screen design of account statement/history page

This commit is contained in:
2025-05-13 17:03:09 +05:30
parent 149d1e21b4
commit 33066e6e4f
3 changed files with 190 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
import 'package:kmobile/features/auth/screens/account_info_screen.dart';
import 'package:kmobile/features/auth/screens/account_statement_screen.dart';
import 'package:kmobile/features/auth/screens/customer_info_screen.dart';
import 'package:material_symbols_icons/material_symbols_icons.dart';
@@ -118,7 +119,10 @@ class _DashboardScreenState extends State<DashboardScreen> {
builder: (context) => const AccountInfoScreen()));
}),
_buildQuickLink(Symbols.receipt_long, "Account \n History",
() => print("")),
() {
Navigator.push(context, MaterialPageRoute(
builder: (context) => const AccountStatementScreen()));
}),
_buildQuickLink(Symbols.checkbook, "Handle \n Cheque",
() => print("")),
_buildQuickLink(Icons.group, "Manage \n Beneficiary",