Update: 2026-05-07 13:47:48

This commit is contained in:
Hamza-Ayed
2026-05-07 13:47:48 +03:00
parent b8d9b3343e
commit f7aee80553
54 changed files with 714 additions and 53 deletions

View File

@@ -19,7 +19,15 @@ class PhoneInputView extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
const Icon(Icons.security, size: 80, color: Color(0xFF0F4C81)),
Image.asset(
'assets/images/logo.jpg',
height: 100,
errorBuilder: (context, error, stackTrace) => const Icon(
Icons.security,
size: 80,
color: Color(0xFF0F4C81),
),
),
const SizedBox(height: 32),
const Text(
'أهلاً بك في مُصادَق',