Splash Screen
The splash screen is the first screen that appears in front of the user when he opens the application. This is a common feature of many mobile applications. Typically, a splash screen consists of the app’s logo–often displayed as a short animation–and may also include the current version number, and occasionally even a progress bar. This project is a starting point for a Flutter application. We will discuss Flutter 2.0 (Null safety) Splash screens the right way.
Getting Started
This project serves as the foundation for a Flutter application.
If this is your first Flutter project, here are a few resources to help you get started:
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
- Clone the repository
https://github.com/nakshatrasinghh/Splash-Screen.git
- Run
flutter pub get
in terminal - Run
main.dart
and feel the power ⚡️
Demo

GitHub
https://github.com/nakshatrasinghh/Splash-Screen