Introduction Screens | Onboarding Screens in Flutter

Sdílet
Vložit
  • čas přidán 27. 07. 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

Komentáře • 3

  • @haroonshaikh3337
    @haroonshaikh3337 Před 3 měsíci +2

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

  • @muslimzezo
    @muslimzezo Před 2 měsíci +1

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

    • @widgetwisdom-ww5op
      @widgetwisdom-ww5op  Před 2 měsíci

      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.