login agnimation has been fixed + request holiday screen was created

This commit is contained in:
Daniah Ayad Al-sultani
2025-12-04 17:23:06 +03:00
parent 209080842a
commit 08132b52a9
11 changed files with 1200 additions and 443 deletions

View File

@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import '../widgets/login_animation_screen.dart'; // Import the LoginAnimationScreen
import '../widgets/login_animation.dart';
class AttendanceScreen extends StatelessWidget {
const AttendanceScreen({super.key});
@@ -153,8 +153,8 @@ class AttendanceScreen extends StatelessWidget {
MaterialPageRoute(
builder:
(context) => LoginAnimationScreen(
isLogin: true,
isSuccess: false,
isLogin: false,
isSuccess: true,
),
),
);