Best State Management for Flutter | Flutter State Management

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

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

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

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

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

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

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

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

  • @ismailhossain964
    @ismailhossain964 Год назад +2

    Which one work for flutter web

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

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

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

    Provider indeed

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

    GetX for the win!! ❤

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

    i am without using any statemanagement in flutter

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

      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 !

    • @عبدالفتاحالسيسي-ز6ض
      @عبدالفتاحالسيسي-ز6ض 2 месяца назад

      What would you do if you wanna update a screen state from another sceeen?
      You can do nothing but pass the function required to update the state from the screen to the other one, and when you will have multiple screens yiu have to pass the function into that complex network of screens , and that sucks

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

    definitely provider

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

    In dis video?

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

      You have any other options aside from these four ?

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

    👍👍👍👍

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

    First comment

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

    play x2

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

    Minglished