Download PDF #2

This commit is contained in:
2025-09-08 17:57:11 +05:30
parent b513664a47
commit 0a6dde9ead
5 changed files with 234 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
import 'package:flutter/material.dart';
import 'package:kmobile/data/repositories/auth_repository.dart';
import 'package:kmobile/features/profile/change_password/change_password_screen.dart';
import 'package:kmobile/features/profile/logout_dialog.dart';
import 'package:shared_preferences/shared_preferences.dart';
import '../../di/injection.dart';
@@ -44,7 +45,10 @@ class ProfileScreen extends StatelessWidget {
leading: const Icon(Icons.password),
title: Text(loc.changePassword),
onTap: () {
Navigator.push(
context,
MaterialPageRoute(builder: (context) => const ChangePasswordScreen()),
);
},
),
ListTile(