feat: about app

This commit is contained in:
efrilm
2025-08-19 16:05:42 +07:00
parent 838707becf
commit 50934bfed9
13 changed files with 650 additions and 211 deletions
@@ -3,7 +3,6 @@ import 'package:flutter/material.dart';
import '../../../../common/theme/theme.dart';
import '../../../router/app_router.gr.dart';
import 'divider.dart';
import 'profile_tile.dart';
class ProfileAppSetting extends StatefulWidget {
@@ -79,17 +78,6 @@ class _ProfileAppSettingState extends State<ProfileAppSetting> {
subtitle: 'English (US)',
onTap: () => context.router.push(LanguageRoute()),
),
ProfileDivider(),
ProfileTile(
icon: Icons.security_outlined,
title: 'Security & Privacy',
subtitle: 'Manage your security settings',
onTap: () {
// Navigate to security settings
},
),
],
),
);