Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

How to Add Splash Screen to Mobile App in Flutter using dart packages?

In this blog, I am going to explain that Add Splash Screen to Mobile App in Flutter. So, In this blog, I am going to use VS Code editor and create a Program and open main.dart and import

import ‘dart:async’;
import “package:flutter/material.dart”;
import “package:flutter/rendering.dart”;

for adding dart packages.

And add void main to run App and before using Stateless Widget and create title, theme color for you want to use as you wish. After that, I am using a Stateful widget for My homepage and in this home, I am using background-color red and text color white. And for Implement Splash Screen I am using Time Duration functionality. When you using Splash Screen to check you and use Debug Console. Code is mention below-

Output

For Check debug console you can scroll bottom and click debug console after 5s (time duration you can change) after finished…..