I would like to use sharedpreferences with Flutter in order create a user profile page in my flutter app.
It is going to be an onboarding session in order to save user name,marital status and birthday. If same user open the app it is going to pass onboarding session automatically and home screen of the app will open.
I do not want to use login process. When user opens the app the app will recognize the user automatically if the user is completed onboarding. There will be 3 seperate pages which asks the name , age and gender of the user. After user complete the onboarding the app will save the all the information profile page of the user. UI will be like the below video :) Here is the UI video
How can I realize this?