Flutter Riverpod CRUD Operation | StateNotifier & StateNotifierProvider

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 24

  • @minhnghia9908
    @minhnghia9908 2 місяці тому

    Love ur tutorial, complete and straight to the point 😊

    • @dbestech
      @dbestech  2 місяці тому +1

      You are most welcome

  • @shakhawathossain3718
    @shakhawathossain3718 Рік тому +7

    please make a video about (Async)NotifierProvider

  • @nomanmughal4764
    @nomanmughal4764 Рік тому

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

    • @LorkiStream
      @LorkiStream Рік тому

      brother just....its android studio.

  • @hhjdkdnchidnd
    @hhjdkdnchidnd Рік тому +1

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

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

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

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

      If you want you can do it.

  • @saliouseck4263
    @saliouseck4263 Рік тому

    thank's very much

  • @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);

  • @anassy7835
    @anassy7835 Рік тому

    slam alykom Brather,
    what the name of this thime?

  • @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?

  • @kurdishpotato1707
    @kurdishpotato1707 Рік тому

    +1 for the salamu alaikum

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

    do this tutorial using repository pattern

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

      I will try to create

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

      @@dbestech I appreciate you

  • @Jose.Lourenco
    @Jose.Lourenco 2 роки тому

    You have CURD instead of CRUD on your thumbnail 😉

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

      Thank you so much. fixed it

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

    ❤❤