Best State Management for Flutter | Flutter State Management

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • best state management for flutter
    state management in flutter
    flutter for beginners
    In this video, we will discuss the best state management libraries/packages for flutter app development. Those packages such as bloc, provider, riverpod, getx and mobx. We will analyse advantages and disadvantages for each of the state management packages above.
    Timeline ------------------------------
    00:00 Intro
    00:11 What is state management ?
    00:31 Benefits of state management
    01:32 Business Logic Component (BLoC)
    02:50 Provider
    04:00 Riverpod
    04:44 GetX
    05:50 MobX
    07:13 Conclusion
    Subscribe to our channel 👉 shorturl.at/uCET4
    If you enjoyed this video be sure to give it a like and subscribe for more!
    ChatGPT: Here's how to get a job at Google, Meta, Tesla ...
    • 5 Tips to get a job at...
    ChatGPT generates NFTs ! New Passive Income With ChatGPT !
    • How to generate images...
    I Lost $XXX after OpenAI's Secret Key LEAKED !!
    • I Lost $XXX after Open...
    Web Scraping using ChatGPT | Coded by ChatGPT
    • How to create a Web Sc...
    Flutter ChatGPT using OpenAI's GPT-3 | Flutter Chatbot
    • Flutter ChatGPT using ...
    How to Manage State Using Flutter GetX | Flutter State Management • GetX State Management ...
    How to Manage State Using Flutter Provider | Flutter State Management • Flutter Provider State...
    How to Solve Vertical viewport was given unbounded height | Flutter Common Error
    • How to Solve Vertical ...
    Installation & Configuration | Flutter Firebase Tutorial #1
    • Installation & Configu...
    Firebase RealTime Database (CRUD) | Flutter Firebase Tutorial #3
    • Firebase RealTime Data...
    How To Create A Flutter Table Calendar In Just 5 Minutes!
    • How To Create A Flutte...
    Dropdown in Flutter for creating flexible, reusable user interfaces
    • Dropdown in Flutter fo...
    Object-oriented Programming in Dart
    • OOP Tutorials
    Flutter Project Ideas
    • Flutter Project Ideas
    Flutter Package Tutorials
    • Flutter Package Tutorials
    #flutterforbeginners #fluttertutorialforbeginners #statemanagement
  • Věda a technologie

Komentáře • 22

  • @unclebob5644
    @unclebob5644 Před 10 měsíci +5

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

  • @Mfbzai
    @Mfbzai Před 9 měsíci +1

    👍👍👍👍

  • @CRob4242
    @CRob4242 Před 2 měsíci +2

    GetX for the win!! ❤

  • @theguy4084
    @theguy4084 Před 7 měsíci +4

    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  Před 7 měsíci

      Great insight !

    • @RodrigoNucci
      @RodrigoNucci Před 5 měsíci +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 Před 5 měsíci

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

    • @KOROKORO971
      @KOROKORO971 Před 3 měsíci

      @@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 Před 3 měsíci

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

  • @ismailhossain964
    @ismailhossain964 Před 5 měsíci +2

    Which one work for flutter web

    • @AIWithFlutter
      @AIWithFlutter  Před 4 měsíci

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

  • @immanimman4145
    @immanimman4145 Před 2 měsíci

    i am without using any statemanagement in flutter

  • @ShukurAlRawi
    @ShukurAlRawi Před 5 měsíci

    play x2

  • @lsamuel1824
    @lsamuel1824 Před 10 měsíci +1

    First comment

  • @junveld4830
    @junveld4830 Před měsícem

    In dis video?