Initial Commit: Duty Schedule and Attendance Logbook

This commit is contained in:
2026-03-07 10:16:28 +08:00
parent 73dc735cce
commit c6f536edeb
24 changed files with 3165 additions and 282 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class ProfileAvatar extends StatelessWidget {
return CircleAvatar(
radius: radius,
backgroundImage: NetworkImage(avatarUrl!),
onBackgroundImageError: (_, __) {
onBackgroundImageError: (_, _) {
// Silently fall back to initials if image fails
},
child: null, // Image will display if loaded successfully