Best State Management for Flutter | Flutter State Management

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

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

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

    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 Год назад +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  Год назад

      Great insight !

    • @mago.regulo
      @mago.regulo 9 месяцев назад +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 :)

    • @mago.regulo
      @mago.regulo 9 месяцев назад

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

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

      @@mago.regulo 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

    • @mago.regulo
      @mago.regulo 8 месяцев назад

      @@ALEXCODE971 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 7 месяцев назад +4

    GetX for the win!! ❤

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

    Which one work for flutter web

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

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

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

    i am without using any statemanagement in flutter

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

      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 !

  • @lmao498
    @lmao498 2 месяца назад

    definitely provider

  • @WikkiOnIlluminati
    @WikkiOnIlluminati 3 месяца назад +2

    Provider indeed

  • @junveld4830
    @junveld4830 6 месяцев назад +1

    In dis video?

    • @AIWithFlutter
      @AIWithFlutter  3 часа назад

      You have any other options aside from these four ?

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

    👍👍👍👍

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

    play x2

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

    First comment

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

    Minglished