Flutter State Management: Riverpod | Provider, but different

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024

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

  • @rizwankhan188
    @rizwankhan188 3 ปีที่แล้ว +5

    Thanks for explaining in simple way.Requesting a full CRUD example with riverpod

    • @LearnFlutterwithMe
      @LearnFlutterwithMe  3 ปีที่แล้ว +5

      You're welcome! I'll add it to the to-do list. thanks!

  • @satdevlpr
    @satdevlpr ปีที่แล้ว

    Thanks millions for explaining this State management framework. looking for more details videos on this riverpod..

  • @techzone2009
    @techzone2009 3 ปีที่แล้ว +2

    Please make more videos on riverpod ... specially statenotifier ❤️

  • @R98rayan
    @R98rayan 3 ปีที่แล้ว +1

    i like thy way you go to the point ... i like that ... really i like that, Thank you and have a nice day ♥️

  • @darul-asar381
    @darul-asar381 2 ปีที่แล้ว

    Thanks a lot for a simple and detailed explanation 👍

  • @marufhassan634
    @marufhassan634 2 ปีที่แล้ว

    Precise and to the point. Can you please make more Riverpod videos with API implementation

  • @j2atillano
    @j2atillano 2 ปีที่แล้ว

    I like your explanation with this one

  • @dipakchhag9874
    @dipakchhag9874 3 ปีที่แล้ว +1

    Simple and easy to understand, Can you create a Riverpod example with any web services calling.. Like real-time example.

  • @shawndonnvan1842
    @shawndonnvan1842 3 ปีที่แล้ว +1

    Thanks for the video. I watched all of the state management videos you have. Your videos are the most simple and understandable videos. However, state management is still confusing. Please, could you make a video clarifying the exact location of each state management component within the widget tree? Can state management be used to pass information between classes or widgets that are not directly related ? Or do state management work only between parent-child widgets? Another helpful video could be a comparison between different state management tools and ideal situation to use them with pros, cons, and limitations.

    • @LearnFlutterwithMe
      @LearnFlutterwithMe  3 ปีที่แล้ว

      Someone else requested a video on sqlite and getx, so I can do that one in a few weeks and hopefully that will answer your first question. and then I'll add the second to my to-do list.

  • @vtvvnha2230
    @vtvvnha2230 2 ปีที่แล้ว

    wow 😍

  • @jimmy050977
    @jimmy050977 2 ปีที่แล้ว

    Great explanations thanks!
    I tried to adapt the code to the stable version of Riverpod 1.0 but it doesn't work on my side. Is it possible to have a video with the same scenario ( fruits) with the 4 providers and the 2 notifiers?

  • @abdallahhussein5997
    @abdallahhussein5997 2 ปีที่แล้ว

    Sir can you make complete series of flutter provider in depth plz

    • @LearnFlutterwithMe
      @LearnFlutterwithMe  2 ปีที่แล้ว

      Does it have to be provider? I'm about to start a new series that will include riverpod if that will work

  • @tntkhang
    @tntkhang 3 ปีที่แล้ว

    Could you please do a video about the GetX?

    • @LearnFlutterwithMe
      @LearnFlutterwithMe  3 ปีที่แล้ว +1

      I'm going to try to do it in the next few videos! Stay tuned!

    • @tntkhang
      @tntkhang 3 ปีที่แล้ว

      @@LearnFlutterwithMe subcribed and waiting for it. Thanks so much.

  • @gabrielvictor6235
    @gabrielvictor6235 3 ปีที่แล้ว

    Boilerplate is bad practice, having to start MaterialApp inside your runApp Widget. This will hinder your navigation, and not only. You need to make sure your current parent widget is not the same level as MaterialApp.

    • @LearnFlutterwithMe
      @LearnFlutterwithMe  3 ปีที่แล้ว

      Great point! I plan on discussing that further in the future! Thanks!