jlaskowska / questionnaires

A Flutter App with psychological questionnaires.
15 stars 8 forks source link

[Question] How to setup so that it is asked only once? #1

Open scheung38 opened 3 years ago

scheung38 commented 3 years ago

So that it is not asked again next time user login ?

Splash -> Login -> Questionaire -> Landing Page

Splash -> Landing Page

jlaskowska commented 3 years ago

Hi @scheung38 ! If you want your data to be persisted on a device you need to integrate a data base e.g. hive or save them in shared preferences. This app simply loads a questionnaire from json file and does not save any user data.