Flutter Provider Tutorial - Flutter Provider State Management Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 มิ.ย. 2024
  • 💼 Book a meeting: cutt.ly/gwmvJbPQ
    💎 Ultimate Flutter UI Kit: cutt.ly/3w6tqwFA
    In this video, we will take a look at working with Provider state management package within Flutter. This tutorial will show you how to implement Provider state management within your Flutter application correctly. You will learn how to use ChangeNotifier, ChangeNotifierProvider and Consumer Widgets and also the theoretical basis of how Provider works. Moreover, this tutorial will guide you how to use the provider state management within Flutter. This guide will help you setup and navigate through the hurdle of configuring state management within your Flutter application using Provider. This is an excellent guide for beginner Flutter developers, or anyone looking to learn how to implement provider state management in Flutter.
    Resources:
    Source Code: cutt.ly/gwSXt40U
    provider: pub.dev/packages/provider
    Socials:
    Website: hussainmustafa.com
    Github: github.com/hussain-mustafa990
    LinkedIn: / hussain-mustafa-960920184
    Twitter: / hussain34274892
    Buy Me A Coffee: www.buymeacoffee.com/hussainm...
    #flutter #flutterprovider #flutterstatemanagement #fluttertutorial
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 49

  • @techadot
    @techadot 6 หลายเดือนก่อน +4

    We are blessed to have you on the Flutter TH-cam community 💙💙💙💙💙💙🎊🎊🎊🎊🎊

    • @m_hussain_mustafa
      @m_hussain_mustafa  6 หลายเดือนก่อน +1

      Thank you very much, I really appreciate your support.

  • @LifeInMoncton
    @LifeInMoncton หลายเดือนก่อน +1

    Thanks bro. This is a crystal clear explanation!!!

  • @SondosahmedBetamer
    @SondosahmedBetamer 28 วันที่ผ่านมา +1

    great video, sufficient and simple

  • @sanjaysingh-kq8wg
    @sanjaysingh-kq8wg หลายเดือนก่อน +1

    I'm glad that i find your channel

  • @CodingYourLife
    @CodingYourLife 6 หลายเดือนก่อน +1

    In this video, we will take a look at working with Provider state management package within Flutter. This tutorial will show you how to implement Provider state management within your Flutter application correctly. You will learn how to use ChangeNotifier, ChangeNotifierProvider and Consumer Widgets and also the theoretical basis of how Provider works. Moreover, this tutorial will guide you how to use the provider state management within Flutter. This guide will help you setup and navigate through the hurdle of configuring state management within your Flutter application using Provider. This is an excellent guide for beginner Flutter developers, or anyone looking to learn how to implement provider state management in Flutter.

  • @MANOJ-gf6if
    @MANOJ-gf6if 15 วันที่ผ่านมา +1

    Thanks man ❤😊

  • @RofaydaBassem
    @RofaydaBassem 29 วันที่ผ่านมา

    It's more than perfect, glad to get the chance to discover this channel

  • @pallyweb
    @pallyweb 2 หลายเดือนก่อน +2

    Respect for you brother, You made my day ❤❤

  • @RonyHassan47
    @RonyHassan47 6 หลายเดือนก่อน +1

    Very Helpful and EASY to understand. Thank you

  • @TheAwesomeCamo
    @TheAwesomeCamo 3 หลายเดือนก่อน +1

    Great tutorial, thank you very much!

  • @moneyman-ne9lw
    @moneyman-ne9lw 6 หลายเดือนก่อน

    Thank you for making a tutorial video on provider upon my request.

  • @hscsoft_tutorials
    @hscsoft_tutorials 5 หลายเดือนก่อน

    Very good work. Point to point explanation. Thank you

  • @user-zl8zm2re4p
    @user-zl8zm2re4p 6 หลายเดือนก่อน +2

    Appreciated sir , too 👍

  • @professeurish
    @professeurish 4 หลายเดือนก่อน +2

    Thank you so much!!

  • @Fazz-mt8lr
    @Fazz-mt8lr 6 หลายเดือนก่อน +2

    Appreciated sir💯❤

  • @marklovesscience5630
    @marklovesscience5630 4 หลายเดือนก่อน

    Bless you sir 🙏 this is an amazing video.

  • @gintoki_sakata__
    @gintoki_sakata__ 5 หลายเดือนก่อน +1

    Thanks mate 🤝

  • @Xmsnjeje
    @Xmsnjeje 2 วันที่ผ่านมา

    Is it enough to know only these for state management?

  • @anmarm.9487
    @anmarm.9487 5 หลายเดือนก่อน +1

    thx for the tutorial. im still confused about the diffrence between what you explained and context.read and context.watch

  • @lalsang9888
    @lalsang9888 4 หลายเดือนก่อน

    can you make a video explaining the differences in provider and share preferences and when they are suitable to use?

    • @m_hussain_mustafa
      @m_hussain_mustafa  4 หลายเดือนก่อน

      Hi,
      Provider and shared preferences are totally different things. Provider is a state management solution, shared preferences is a package to persist information on the users device. They are not a substitute to each other. Hopefully, this answers your question.

  • @flutter-fm1kl
    @flutter-fm1kl 6 หลายเดือนก่อน

    Riverpod ❤❤

  • @kareemlateefyomi8690
    @kareemlateefyomi8690 2 หลายเดือนก่อน +1

    Excuse me, how is context available in the main function?

    • @m_hussain_mustafa
      @m_hussain_mustafa  2 หลายเดือนก่อน

      Hi,
      I believe the context is not available in the main function.

  • @maryamfallah78
    @maryamfallah78 5 หลายเดือนก่อน +2

    there is too many distractions like buy me a coffee, subscribe and so on also the voice of it please consider to make it less. thanks

    • @m_hussain_mustafa
      @m_hussain_mustafa  5 หลายเดือนก่อน

      Hi, thank you for your suggestion will try to implement what you’ve said.

  • @helloharendra
    @helloharendra 3 หลายเดือนก่อน +1

    thanks for sharing

  • @pyaesonehan19
    @pyaesonehan19 หลายเดือนก่อน +1

  • @Xmsnjeje
    @Xmsnjeje 2 วันที่ผ่านมา

    Is it enough to know only these for state management?