Best State Management for Flutter | Flutter State Management

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024

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

  • @unclebob5644
    @unclebob5644 Год назад +11

    i think bloc should be considered as a design pattern but not state management tool. Because bloc is depending on provider package too

  • @theguy4084
    @theguy4084 9 месяцев назад +5

    getx is all in one for single Developer .no need to maintaintain any state just use reactive variable to see changes..you are not going to make any game so no need to maintain state..
    another is it is also possible to make big application with getx...rather bloc or other is difficult for making big application

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

      Great insight !

    • @RodrigoNucci
      @RodrigoNucci 7 месяцев назад +1

      GetX is the worst flutter state manager because it has a high coupling index and forces the programmer to only use its components, which are often not as good as native flutter or any other package :)

    • @RodrigoNucci
      @RodrigoNucci 7 месяцев назад

      It is also dangerous to have an application that depends 100% on just one package.

    • @KOROKORO971
      @KOROKORO971 5 месяцев назад

      @@RodrigoNucci the getx controller is divided to only use the functions and dependencies according to what is needed, that you got used to using a state manager and you no longer want to learn another one will be your problem

    • @RodrigoNucci
      @RodrigoNucci 5 месяцев назад

      @@KOROKORO971 How can you say that it is divided if 100% of your screens will be forced to extend the getx state. Furthermore, it has been months without updates and upgrades.

  • @CRob4242
    @CRob4242 4 месяца назад +4

    GetX for the win!! ❤

  • @ismailhossain964
    @ismailhossain964 7 месяцев назад +2

    Which one work for flutter web

    • @AIWithFlutter
      @AIWithFlutter  6 месяцев назад

      Hi, all of them works for flutter web depends on the project complexity.

  • @immanimman4145
    @immanimman4145 4 месяца назад +1

    i am without using any statemanagement in flutter

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

      Hmm, so you update app state using setState() ? Performance wise, setState is not as optimised as any state management package mentioned in the video. Feel free to try out them !

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

    Provider indeed

  • @Mfbzai
    @Mfbzai 11 месяцев назад +1

    👍👍👍👍

  • @junveld4830
    @junveld4830 3 месяца назад

    In dis video?

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

    First comment

  • @ShukurAlRawi
    @ShukurAlRawi 7 месяцев назад

    play x2

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

    Minglished