infiniteoverflow / Flutter-Tutorial-App

An app built using Flutter to learn Flutter.
https://discord.gg/drXQAaGVKJ
GNU General Public License v3.0
4 stars 9 forks source link

Splash screen implementation #21

Closed Saransh-cpp closed 3 years ago

Saransh-cpp commented 3 years ago

Description

Added a timer in the initState of splash screen which after 3 seconds automatically pushReplaces the home screen with animation.

Fixes #20

infiniteoverflow commented 3 years ago

Looks great !! Good work on the Transition too.