worked on bu fix

This commit is contained in:
vishal-kaklotar-wdi
2025-11-19 11:26:23 +05:30
parent b54739953a
commit 1ca940e5cf
25 changed files with 1384 additions and 807 deletions

View File

@@ -31,7 +31,7 @@ class _SplashScreenState extends State<SplashScreen> {
backgroundColor: const Color(0xFFF95F62), // Coral red background
body: Center(
child: Lottie.asset(
'assets/intro/animation.json', // Your Lottie file
'assets/intro/animm.json', // Your Lottie file
fit: BoxFit.cover,
repeat: true,
),