|  |  | @ -47,7 +47,7 @@ class _SplashAnimationScreenState extends State<SplashAnimationScreen> with Sing | 
			
		
	
		
		
			
				
					
					|  |  |  |       backgroundColor: AppColors.whiteColor, |  |  |  |       backgroundColor: AppColors.whiteColor, | 
			
		
	
		
		
			
				
					
					|  |  |  |       body: Stack( |  |  |  |       body: Stack( | 
			
		
	
		
		
			
				
					
					|  |  |  |         children: [ |  |  |  |         children: [ | 
			
		
	
		
		
			
				
					
					|  |  |  |           Lottie.asset(AppAnimations.splashLaunching, controller: _controller, onLoaded: (composition) { |  |  |  |           Lottie.asset(AppAnimations.splashLaunching, controller: _controller, width: double.infinity, height: double.infinity, onLoaded: (composition) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             _controller |  |  |  |             _controller | 
			
		
	
		
		
			
				
					
					|  |  |  |               ..duration = composition.duration |  |  |  |               ..duration = composition.duration | 
			
		
	
		
		
			
				
					
					|  |  |  |               ..forward(); // Start the animation |  |  |  |               ..forward(); // Start the animation | 
			
		
	
	
		
		
			
				
					|  |  | @ -83,11 +83,11 @@ class _AnimatedScreenState extends State<AnimatedScreen> with TickerProviderStat | 
			
		
	
		
		
			
				
					
					|  |  |  |     _controller = AnimationController(vsync: this); |  |  |  |     _controller = AnimationController(vsync: this); | 
			
		
	
		
		
			
				
					
					|  |  |  |     _controller.addListener(() { |  |  |  |     _controller.addListener(() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       if (_controller.status == AnimationStatus.completed) { |  |  |  |       if (_controller.status == AnimationStatus.completed) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         Navigator.of(context).pushReplacement( |  |  |  |         // Navigator.of(context).pushReplacement( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           FadePage( |  |  |  |         //   FadePage( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             page: LoginScreen(), |  |  |  |         //     page: LoginScreen(), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           ), |  |  |  |         //   ), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         ); |  |  |  |         // ); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       } |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  |     }); |  |  |  |     }); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -144,60 +144,60 @@ class _AnimatedScreenState extends State<AnimatedScreen> with TickerProviderStat | 
			
		
	
		
		
			
				
					
					|  |  |  |               ..forward(); // Start the animation |  |  |  |               ..forward(); // Start the animation | 
			
		
	
		
		
			
				
					
					|  |  |  |           }, repeat: false, reverse: false, frameRate: FrameRate(60), fit: BoxFit.fill) |  |  |  |           }, repeat: false, reverse: false, frameRate: FrameRate(60), fit: BoxFit.fill) | 
			
		
	
		
		
			
				
					
					|  |  |  |               .center, |  |  |  |               .center, | 
			
		
	
		
		
			
				
					
					|  |  |  |           // Lottie.asset(AppAnimations.loadingAnimation, repeat: true, reverse: false, frameRate: FrameRate(60), width: 80.h, height: 80.h, fit: BoxFit.fill).center, |  |  |  |           Lottie.asset(AppAnimations.loadingAnimation, repeat: true, reverse: false, frameRate: FrameRate(60), width: 80.h, height: 80.h, fit: BoxFit.fill).center, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           // |  |  |  | 
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           // AnimatedContainer( |  |  |  |           AnimatedContainer( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //   duration: Duration(milliseconds: 500), |  |  |  |             duration: Duration(milliseconds: 500), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //   width: screenSize.width, |  |  |  |             width: screenSize.width, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //   height: screenSize.height, |  |  |  |             height: screenSize.height, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //   color: isRipple ? AppColors.primaryRedColor : AppColors.whiteColor, |  |  |  |             color: isRipple ? AppColors.primaryRedColor : AppColors.whiteColor, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           // ), |  |  |  |           ), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           // |  |  |  | 
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           // AnimatedBuilder( |  |  |  |           AnimatedBuilder( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //   animation: _moveController, |  |  |  |             animation: _moveController, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //   builder: (context, child) { |  |  |  |             builder: (context, child) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //     final pos = _positionAnimation.value; |  |  |  |               final pos = _positionAnimation.value; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //     return Positioned( |  |  |  |               return Positioned( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //       left: (screenSize.width * .75) * (pos.dx), |  |  |  |                 left: ((screenSize.width * .75) * (pos.dx)).h, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //       top: (screenSize.height * 0.75) * (pos.dy), |  |  |  |                 top: ((screenSize.height * 0.75) * (pos.dy)).h, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //       child: Transform.rotate( |  |  |  |                 child: Transform.rotate( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //         angle: -120 * 3.1415927 / 150, // convert degrees to radians |  |  |  |                   angle: -120 * 3.1415927 / 150, // convert degrees to radians | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //         child: Container( |  |  |  |                   child: Container( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //           width: 400, |  |  |  |                     width: 400.h, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //           height: 653, |  |  |  |                     height: 653.h, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //           decoration: BoxDecoration( |  |  |  |                     decoration: BoxDecoration( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //             color: Color(0xffED1C2B), |  |  |  |                       color: Color(0xffED1C2B), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //             borderRadius: BorderRadius.circular(330), |  |  |  |                       borderRadius: BorderRadius.circular(330.h), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //           ), |  |  |  |                     ), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //         ), |  |  |  |                   ), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //       ), |  |  |  |                 ), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //     ); |  |  |  |               ); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //   }, |  |  |  |             }, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           // ), |  |  |  |           ), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           // // Expanding white circle |  |  |  |           // Expanding white circle | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           // AnimatedBuilder( |  |  |  |           AnimatedBuilder( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //   animation: _expandController, |  |  |  |             animation: _expandController, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //   builder: (context, child) { |  |  |  |             builder: (context, child) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //     return Center( |  |  |  |               return Center( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //       child: Transform.scale( |  |  |  |                 child: Transform.scale( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //         scale: _expandAnimation.value, |  |  |  |                   scale: _expandAnimation.value, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //         child: Opacity( |  |  |  |                   child: Opacity( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //           opacity: 1.0, //- _expandAnimation.value.clamp(0.0, 1.0), |  |  |  |                     opacity: 1.0, //- _expandAnimation.value.clamp(0.0, 1.0), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //           child: Container( |  |  |  |                     child: Container( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //               decoration: const BoxDecoration( |  |  |  |                         decoration: const BoxDecoration( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //             color: Colors.white, |  |  |  |                       color: Colors.white, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //             shape: BoxShape.circle, |  |  |  |                       shape: BoxShape.circle, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //             // border: Border.fromBorderSide(BorderSide( |  |  |  |                       // border: Border.fromBorderSide(BorderSide( | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //             //   width: 0, |  |  |  |                       //   width: 0, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //             //   color: Color(0xffED1C2B), |  |  |  |                       //   color: Color(0xffED1C2B), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //             // ) |  |  |  |                       // ) | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //           )), |  |  |  |                     )), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //         ), |  |  |  |                   ), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //         // ), |  |  |  |                   // ), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //       ), |  |  |  |                 ), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //     ); |  |  |  |               ); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           //   }, |  |  |  |             }, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           // ), |  |  |  |           ), | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |           // AnimatedBuilder( |  |  |  |           // AnimatedBuilder( | 
			
		
	
		
		
			
				
					
					|  |  |  |           //   animation: _expandController, |  |  |  |           //   animation: _expandController, | 
			
		
	
		
		
			
				
					
					|  |  |  |           //   builder: (context, child) { |  |  |  |           //   builder: (context, child) { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |