Introduction Screens | Onboarding Screens in Flutter

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 6

  • @thushankalana4940
    @thushankalana4940 2 месяца назад

    Great lesson ❤❤❤ Thank you

  • @jWsven
    @jWsven 2 месяца назад

    Great one

  • @arafatsaleh1218
    @arafatsaleh1218 3 месяца назад

    thank you so much we want more videos like this , building apps playlist pls

  • @haroonshaikh3337
    @haroonshaikh3337 7 месяцев назад +2

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

  • @muslimzezo
    @muslimzezo 6 месяцев назад +1

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

    • @widgetwisdom-ww5op
      @widgetwisdom-ww5op  6 месяцев назад

      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.