Skip to content

Commit

Permalink
Merge pull request #235 from Shreya-Bhatia/main
Browse files Browse the repository at this point in the history
splash screen loading part
  • Loading branch information
Shreya-Bhatia authored Jul 26, 2024
2 parents b4a8300 + 12194fe commit 64c0915
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions lib/new_ui/screens/splash_screen/splash_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,15 @@ class _SplashScreenState extends ConsumerState<SplashScreen> {
return MainScreen();
}
} else {
return Scaffold(
return const Scaffold(
body: Center(
child: SizedBox(
child: Lottie.asset("assets/animation/loadinglottie.json"),
height: 250,
width: 250,
),
child: CircularProgressIndicator(),

// child: SizedBox(
// child: Lottie.asset("assets/animation/loadinglottie.json"),
// height: 250,
// width: 250,
// ),
),
);
}
Expand Down

0 comments on commit 64c0915

Please sign in to comment.