Update: 2026-05-06 05:11:51
This commit is contained in:
@@ -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),
|
||||
)
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user