Flutter Riverpod CRUD Operation | StateNotifier & StateNotifierProvider

Поделиться
HTML-код
  • Опубликовано: 21 дек 2022
  • learn about flutter riverpod crud operation using StateNotifier and StateNotifierProvider.
    We also covered the basic difference between Provider and StateProvider.
    Flutter StateProvider
    www.dbestech.com/tutorials/fl...
    More about providers
    www.dbestech.com/tutorials/fl...
    😇😇😇😇😇😇😇
    Complete riverpod app
    Your Riverpod Bible is here
    www.dbestech.com/tutorials/fl...
    🔥🔥🔥🔥🔥🔥Flutter Riverpod tutorial
    Take the course on Udemy
    www.udemy.com/course/flutter-...
    And
    www.udemy.com/course/master-f...
    Twitter @dbestech
    😍😍😍😍😍
    Learn software programming with us step by step. Make money from home by learning programming
    Complete e-commerce app
    • Flutter E-commerce App...
    Complete app for beginners
    • Flutter 3.10.0 Master ...
    Firebase complete study app
    • Flutter Firebase Maste...
    Complete Gym App
    • Flutter Gym App | BloC...
    Traveling App
    • Flutter Master Class T...
    Learn to build an android and iOS app
    • Flutter App Developmen...
    Learn to build a video player app
    • Flutter Video Player T...
    Learn to build a website step by step
    • Complete Flutter Web A...
    Learn to build an ebook app
    • Flutter Backend | Flu...
    Build an audio app step by step
    • Flutter Audio Player T...
    Twitter @dbestech
    Instagram @dbestech
    What's app @dbestech
    LinkedIn @dbestech
  • НаукаНаука

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

  • @shakhawathossain3718
    @shakhawathossain3718 Год назад +7

    please make a video about (Async)NotifierProvider

  • @saliouseck4263
    @saliouseck4263 11 месяцев назад

    thank's very much

    • @dbestech
      @dbestech  11 месяцев назад

      Most welcome

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

    +1 for the salamu alaikum

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

    Can you make more video for Riverpod CRUD Operation in API , thanks

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

    ❤❤

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

    Hi , The update method , will add the new number to previous number

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

      If you want you can do it.

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

    If i want to change a like button color to blue when it pressed
    Which one should i use statenotifier or state provider?
    Is there any way to contact you personally for clearing doubts through telegram,whatsapp or Instagram?

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

    slam alykom Brather,
    what the name of this thime?

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

    why, if I have a class with an int, and the Notifier changes the int, like "state.myInt++", I can't see the change in the Text(myProvider.myInt)?
    this is crazy, I had 2 change every property of state (created a "Copy" function) so that the change registers ... ok ...

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

      you need to have state = somewhere, if you update a method of state riverpod does not update the widget. your class is immutable, therefore you use the copyWith to do state = state.copyWith(myInt: state.myInt+1);

  • @nomanmughal4764
    @nomanmughal4764 9 месяцев назад

    can anyone tell me which theme he's using in VS Code???

    • @LorkiStream
      @LorkiStream 9 месяцев назад

      brother just....its android studio.

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

    do this tutorial using repository pattern

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

      I will try to create

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

      @@dbestech I appreciate you

  • @Jose.Lourenco
    @Jose.Lourenco Год назад

    You have CURD instead of CRUD on your thumbnail 😉

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

      Thank you so much. fixed it