Introduction Screens | Onboarding Screens in Flutter

Поділитися
Вставка
  • Опубліковано 23 лип 2024
  • #fluttertutorial
    #fluttertutorial
    You can help the channel by taking membership on these platforms:-
    Buy me a coffee : www.buymeacoffee.com/widgetwi...
    Support me at patreon : / widgetwisdom
    Introduction Screens | Onboarding Screens in Flutter

КОМЕНТАРІ • 3

  • @haroonshaikh3337
    @haroonshaikh3337 3 місяці тому +2

    Sir you made good videos and Keep making and teach us
    One day your subscriber will upto 10 or more

  • @muslimzezo
    @muslimzezo 2 місяці тому +1

    I want it to show in first time use the app only

    • @widgetwisdom-ww5op
      @widgetwisdom-ww5op  2 місяці тому

      You can do that by using shared preferences. By storing a Boolean, do this by creating a data named isNewUser, then set it’s value to false, when user taps on the finish button of last screen. And then add the check on splash screen that is the newuser’s value is true then redirect to intro screens, otherwise redirect it to somewhere else.