Update: 2026-05-06 05:11:51

This commit is contained in:
Hamza-Ayed
2026-05-06 05:11:51 +03:00
parent 01234bf3f2
commit a9a2c65bee
8 changed files with 359 additions and 53 deletions

View File

@@ -43,11 +43,13 @@ class DashboardView extends StatelessWidget {
const SizedBox(height: 48),
ElevatedButton.icon(
icon: const Icon(Icons.document_scanner),
label: const Text('المسح الضوئي (المرحلة 2)'),
onPressed: () {
Get.snackbar(
'قريباً', 'سيتم برمجة هذه الميزة في المرحلة الثانية');
},
label: const Text('مسح فاتورة جديدة'),
style: ElevatedButton.styleFrom(
backgroundColor: const Color(0xFF0F4C81),
foregroundColor: Colors.white,
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 12),
),
onPressed: () => Get.toNamed(AppRoutes.SCANNER),
)
],
),