Riverpod Tutorial 03 - FutureProvider, AsyncValue and Error Handling

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 29

  • @suhanmukim2062
    @suhanmukim2062 3 роки тому +1

    I've got a lot of help from your videos and suddenly realize I've never made comments. Thanks for your works.

    • @FunwithFlutter
      @FunwithFlutter  3 роки тому

      I’m glad they’ve been helpful to you! Always great to hear

  • @tadaspetra
    @tadaspetra 4 роки тому +2

    Great video! Really great way to handle it. Quick hint, I am pretty sure at 18:59 you are unnecessarily unpacking a list into a list. [...list]..add should work the same way as list..add

    • @FunwithFlutter
      @FunwithFlutter  4 роки тому +1

      Oo thanks for that :)

    • @tadaspetra
      @tadaspetra 4 роки тому

      @@FunwithFlutter yea I think that’s right!

  • @iangriggs
    @iangriggs 4 роки тому +6

    Great series on Riverpod. You are filling in some important gaps in real world usage with these videos. Please do the next Riverpod update with Freezed (or a dedicated video on Freezed anyhow?) or maybe Firebase auth with Riverpod StreamProvider?

    • @FunwithFlutter
      @FunwithFlutter  4 роки тому +4

      All great ideas. Yeah I think Firebase would be a good example of using StreamProvider. I'll probably do a Freezed video and then the stream provider one.

  • @findsarfaraz
    @findsarfaraz 2 роки тому

    I tried similar concept of toggle in my code. It is still refreshing and updating state of all models in the list.

  • @findsarfaraz
    @findsarfaraz 3 роки тому

    Want to know if you are handling a error in function inside the state notifier and you want to update error to user or prompt user about the same. How would you do that.
    Will it also require the exception provider which will be updated same will handled via ref.listen in UI.

  • @findsarfaraz
    @findsarfaraz 2 роки тому

    Sir, when you are using AsyncValue in statenotifier when you toggle completed using the function. Will it rebuild only one tile which is changed or entire list.
    I am facing this issue. I am not able to run your code so far.

  • @frederickmfinanga2037
    @frederickmfinanga2037 4 роки тому +2

    Hey, unrelated but could you a flutter web video on how use firebase email link sign in?

  • @barindersingh04
    @barindersingh04 4 роки тому +1

    Amazing video thanks!! waiting for riverpod provider listener video

  • @cmo6302
    @cmo6302 4 роки тому +1

    Hello, my question is make reward app with flutter is possible? or make reward app is the field(=realm) of native app(kotlin, swift)?
    (reward app = if user watch advertisements, they can get real cash and i get ads commission)

  • @shannonhall4871
    @shannonhall4871 4 роки тому +1

    Fantastic content brother, I appreciate your effort.

  • @enafor99
    @enafor99 4 роки тому +4

    Wow Aweasom tutorial ! thank you so much, if you can make another tutorial how to use ' State Notifier with AsyncValue & Handling Exceptions' to make things more clear that will be nice thnak you

    • @FunwithFlutter
      @FunwithFlutter  4 роки тому +3

      Maybe I'll do a bigger app from scratch using Riverpod. Start to finish

  • @officialismailshah
    @officialismailshah 2 роки тому +1

    you are awesome ❤❤❤❤🙌🙌🙌🙌

  • @hasan_eke
    @hasan_eke 2 роки тому

    read(todosExceptionProvider).state is not working

    • @FunwithFlutter
      @FunwithFlutter  2 роки тому

      There has been updates, you no longer need to do .state. You get the state back automatically. But to get the notifier you will need to do read(provider.notifier);

  • @РоманСергеевич-э6ю

    Big thanks!

  • @cptsakamoto
    @cptsakamoto 4 роки тому

    Thanks for the video.

  • @TechWithDnes
    @TechWithDnes 4 роки тому +1

    Wow...
    Nice ))

  • @burakbirer5938
    @burakbirer5938 4 роки тому +1

    This is quite complicated.