UPI small base

This commit is contained in:
2026-03-26 16:33:33 +05:30
parent 0d99a97a71
commit 0d35729123
5 changed files with 168 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ import 'package:kmobile/features/account_opening/screens/account_opening_screen.
import 'package:kmobile/features/service/screens/atm_locator_screen.dart';
import 'package:kmobile/features/service/screens/branch_locator_screen.dart';
import 'package:kmobile/features/service/screens/enquiry_screen.dart';
import 'package:kmobile/features/service/screens/upi_screen.dart';
import '../../../l10n/app_localizations.dart';
import 'package:flutter/material.dart';
import 'package:material_symbols_icons/material_symbols_icons.dart';
@@ -86,7 +87,20 @@ class _ServiceScreen extends State<ServiceScreen> {
disabled: false,
),
),
// Expanded(
// child: ServiceManagementTile(
// icon: Symbols.upi_pay,
// label: "Receive Money by UPI",
// onTap: () {
// Navigator.push(
// context,
// MaterialPageRoute(
// builder: (context) => const UpiScreen()));
// },
// disabled: false,
// ),
// ),
Expanded(
child: ServiceManagementTile(
icon: Symbols.support_agent,