Flutter Onboarding Screen/Flow Tutorial - Onboarding Screen UI, Introduction Screen Guide

Поділитися
Вставка
  • Опубліковано 10 лют 2024
  • 💼 Book a meeting: cutt.ly/Pegxp5rA
    💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA
    In this video, we will take a look at creating an onboarding flow/screen in Flutter. The tutorial with teach you how to properly create an onboarding/registration flow for new users in your application. We will take a look at implementing PageView coupled with Page Indicator to create a fantastic multi screen onboarding flow which the user can navigate through. We will also take a look at how to properly use the smooth_page_indicator package and couple that with a page view widget correctly. This is an excellent guide for beginner Flutter developers, or anyone looking to learn about creating custom onboarding screen within Flutter.
    Resources:
    Source Code: cutt.ly/fwC4jcJ3
    smooth_page_indicator: pub.dev/packages/smooth_page_...
    Socials:
    Website: hussainmustafa.com
    Github: github.com/hussain-mustafa990
    LinkedIn: / hussain-mustafa-960920184
    Twitter: / hussain34274892
    Buy Me A Coffee: www.buymeacoffee.com/hussainm...
    #flutter #fluttersetup #flutterinstall #fluttertutorialforbeginners
  • Наука та технологія

КОМЕНТАРІ • 13

  • @MHM-jy4uj
    @MHM-jy4uj 5 місяців тому +1

    I've watched several onboarding screen tutorials before, but this one is by far the most informative.

  • @bestpractice_english
    @bestpractice_english 5 місяців тому +2

    I've been struggling with onboarding screens for a while, but your tutorial really clarified things for me. Thanks for sharing your expertise!

  • @moneyman-ne9lw
    @moneyman-ne9lw 5 місяців тому +3

    Really appreciate the effort you put into explaining everything!

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

    Excellent work 👏

  • @nothingserious3083
    @nothingserious3083 4 місяці тому

    I have been try to access a page out side the page view after the last view
    but i am not getting it

  • @abdullahsheraz7461
    @abdullahsheraz7461 3 місяці тому

    One Problem with your tutorials is that you love dependencies and use a lot of dependencies and i think this is not good for new comers.

    • @m_hussain_mustafa
      @m_hussain_mustafa  3 місяці тому

      Hi,
      I disagree but to each there own. I think one of the most valuable skills you can have as a developer is to understand the tools that surround a library/framework/eco system and to use these as you see fit. There is a reason why pub.dev or other repositories exist such as npmjs.com, or pkg.go.dev. I can go on and on but I'll rest my case at this for now.

    • @kalirocketdev
      @kalirocketdev Місяць тому

      Not really, it's not good to write your own implementation so you can save time and focus on other stuff