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

Add and Show Intro Screen only for First Time Users #17

Closed infiniteoverflow closed 3 years ago

infiniteoverflow commented 3 years ago

We need to implement an IntroductionScreen with atleast 3 slides only for FirstTime Users.

We will use HiveDB to store the firstTime flag. And based on its value we will redirect the user either to the IntroductionScreen or HomeScreen.

Saransh-cpp commented 3 years ago

I will like to work on this issue too.

infiniteoverflow commented 3 years ago

Cool go ahead !!

infiniteoverflow commented 3 years ago

@Saransh-cpp sorry for the delay , I have added some assets for the Introduction screen. Try to use it appropriately.

Saransh-cpp commented 3 years ago

Yes I will start working on it!