Account Info card changes and snackbar in statement

This commit is contained in:
2025-12-04 15:40:24 +05:30
parent fbf6df7181
commit 6796793aac
7 changed files with 84 additions and 84 deletions

View File

@@ -37,8 +37,7 @@ class _ProfileScreenState extends State<ProfileScreen> {
}
Future<String> _getAppVersion() async {
final PackageInfo info = await PackageInfo.fromPlatform();
return 'Version ${info.version} (${info.buildNumber})';
return 'Version 1.0.1 (1))';
}
Future<void> _loadBiometricStatus() async {