Update: 2026-05-08 05:24:38
This commit is contained in:
@@ -124,6 +124,20 @@ class SettingsView extends GetView<SettingsController> {
|
||||
return const SizedBox.shrink();
|
||||
}),
|
||||
|
||||
// Tools Section
|
||||
_buildSectionTitle('أدوات متقدمة', Icons.build_rounded, isDark),
|
||||
const SizedBox(height: 8),
|
||||
_buildSettingsCard(isDark, [
|
||||
_buildInfoTile(
|
||||
icon: Icons.scanner_rounded,
|
||||
title: 'ماسح ضوئي WiFi',
|
||||
trailing: 'اتصال →',
|
||||
isDark: isDark,
|
||||
onTap: () => Get.toNamed(AppRoutes.AR_SCANNER),
|
||||
),
|
||||
]),
|
||||
const SizedBox(height: 20),
|
||||
|
||||
_buildSectionTitle('حول التطبيق', Icons.info_rounded, isDark),
|
||||
const SizedBox(height: 8),
|
||||
_buildSettingsCard(isDark, [
|
||||
|
||||
Reference in New Issue
Block a user