Flutter Tutorial - Riverpod - 3/3 The Complete Guide For Modifiers

Поделиться
HTML-код
  • Опубликовано: 10 дек 2020
  • A complete introduction to Riverpod as a State Management solution for Flutter. We create a Flutter Riverpod example with integrated modifiers that allow you to pass arguments to your providers or to destroy your state again.
    Click here to Subscribe to Johannes Milke: ruclips.net/user/JohannesMilke...
    - Source Code: github.com/JohannesMilke/rive...
    - Buy My Courses: johannesmilke.teachable.com/p...
    - Follow Twitter: intent/follow?ori...
    Resources:
    1. Riverpod - Providers Tutorial: • Flutter Tutorial - Riv...
    Tinder UI Tutorial: • Flutter Tutorial - Tin...
    Movie App UI: • Flutter Tutorial - Flu...
    Provider Tutorial (Todo App): • Flutter Tutorial - 1/2...
    -- JOIN THE CREW --
    bit.ly/JohannesMilke
    SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS
    *********
    SOCIAL MEDIA: Follow Me :-)
    - Twitter: intent/follow?ori...
    - Linkedin: / johannesmilke
    - Github: github.com/JohannesMilke
    PLAYLISTS
    - All Flutter Videos: • Flutter Tutorial - Flu...
    - Widgets - Flutter: • Flutter Tutorial - Flu...
    - Plugins - Flutter: • Flutter Tutorial - Flu...
    - Animations - Flutter: • Flutter Tutorial - Tra...
    - Designs - Flutter: • Flutter Tutorial - Flu...
    - Firebase - Flutter: • Flutter Tutorial - Pag...
    If you find this video useful, LIKE & SHARE this video to help other people who also learn Flutter :)
    bit.ly/JohannesMilke
    CREDITS
    Copyright song "Corporate Technology" by scottholmesmusic.com
    #Flutter #Tutorial #JohannesMilke
    LIKE & SHARE & ACTIVATE THE BELL
    Thanks For Watching :-)
  • НаукаНаука

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

  • @edenassos
    @edenassos 3 года назад +1

    BLoC is a nightmare, I'm glad RiverPod exists.

  • @TechWithDnes
    @TechWithDnes 3 года назад +4

    Wow... Awesome!
    Next up, we are waiting for Riverpod in real world apps.

  • @kemids2842
    @kemids2842 3 года назад +4

    please create tutorial for riverpod + firebase

  • @manojs277
    @manojs277 2 года назад

    You are simply awesome. You are a great service to the community. Your explanation is always spot on, so simple, yet practical. One can easily replicate this in a real life scenario. Thank you!

  • @CZARCZAR
    @CZARCZAR 2 года назад

    After months trying to understand riverpod I found out it's very easy, thank u

  • @wesleybarnes5376
    @wesleybarnes5376 3 года назад

    The family feature is so cool, thanks for showing!

  • @johnjamesflashman6856
    @johnjamesflashman6856 3 года назад

    Thank you this is very similar to my requirement.

  • @yousefzk22
    @yousefzk22 3 года назад +2

    keep going men , that's great

  • @Porkductions
    @Porkductions 8 месяцев назад

    You are a godsend. Thank you for the tutorial!

    • @HeyFlutter
      @HeyFlutter  8 месяцев назад

      Thanks, @Porkductions! 🙂

  • @canh4869
    @canh4869 2 года назад

    awesome! Keep it up bro!

  • @himesh_89
    @himesh_89 3 года назад

    Great content..!!

  • @HeyFlutter
    @HeyFlutter  Год назад

    This might help you :)
    Source Code: github.com/JohannesMilke/riverpod_modifiers_example
    1. Riverpod - Providers Tutorial: ruclips.net/video/8H3bwxxla4Y/видео.html
    Tinder UI Tutorial: ruclips.net/video/v1wofhoutBk/видео.html
    Movie App UI: ruclips.net/video/aLwjk-G2Qik/видео.html
    Provider Tutorial (Todo App): ruclips.net/video/kN9Yfd4fu04/видео.html

  • @tanyeesiang
    @tanyeesiang 2 года назад

    Future provider is kind of read-only. Can you pls make one tutorial on how to use riverpod to read and write restful api and have the state sync across different screen?

  • @quangle5701
    @quangle5701 2 года назад

    Awesome !

  • @Ahcodes
    @Ahcodes 3 года назад +1

    can you please make video on getx

  • @Dev_Eli
    @Dev_Eli Месяц назад

    Do you have plans to redo this tutorial about riverpod?

    • @HeyFlutter
      @HeyFlutter  Месяц назад

      Thanks for the idea, @Dev_Eli! 🙂 I have added it to my list of ideas for future videos!

  • @quicksketch1617
    @quicksketch1617 3 года назад

    I saw some tutorials using equatable instead hash, it's better? Why need hash?

    • @quicksketch1617
      @quicksketch1617 3 года назад

      @@HeyFlutter Thank you, but I needs to use this?

    • @HeyFlutter
      @HeyFlutter  Год назад

      Thanks, Quick Sketch! 🙂 Hashcode & == are needed to rebuild your app on state changes. If your object changes it needs to rebuild your app and therefore your state management checks the == and hashcode method of your objects to see if an object has changed.

  • @bartez8018
    @bartez8018 2 года назад

    Is Riverpod better than Provider? Just started learning flutter

    • @HeyFlutter
      @HeyFlutter  Год назад

      Thank You BarteZ! Follow this link: blog.logrocket.com/provider-vs-riverpod-comparing-state-managers-in-flutter/#:~:text=Comparing%20Provider%20and%20Riverpod&text=Runtime%20exceptions%20exist%20with%20Provider,this%20without%20overriding%20the%20others
      I hope you will get your answer 🙂

  • @althafaralijaffarali1803
    @althafaralijaffarali1803 3 года назад

    Bro which is better getx or riverpod??. I like getx for state management 😅it's so simple. What about you bro?

    • @althafaralijaffarali1803
      @althafaralijaffarali1803 3 года назад

      @@HeyFlutter Yeah bro absolutely. A problem may have different steps but it will only have a single answer 😉✌️.

    • @wesleybarnes5376
      @wesleybarnes5376 3 года назад

      @@althafaralijaffarali1803 I tried GetX, found it hard (not so "stupidly simple" as they say, to me at least), probably because I came from provider. I'm excited about riverpod, solving the issues we have with provider.

    • @HeyFlutter
      @HeyFlutter  Год назад +1

      Never used getx till now however just use whatever you like the most & what suits you the best. There is no right or wrong