Flutter State Management - The Grand Tour

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

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

  • @hasansalim1868
    @hasansalim1868 3 года назад +276

    After two years, this very important video starts getting old. With libraries being updated may be it is time for Fireship to revisit this topic. Thanks for your hardwork. A very nice channel indeed.

  • @sadabwasim9850
    @sadabwasim9850 5 лет назад +169

    Fireship is becoming one of the best tech channel, It's content are simply amazing.

    • @Fireship
      @Fireship  5 лет назад +6

      Thank you Sadab!

    • @johanemerson307
      @johanemerson307 3 года назад

      sorry to be so off topic but does any of you know a method to log back into an Instagram account??
      I somehow lost the login password. I appreciate any assistance you can give me

    • @londonsonny6112
      @londonsonny6112 3 года назад

      @Johan Emerson instablaster ;)

    • @johanemerson307
      @johanemerson307 3 года назад

      @London Sonny I really appreciate your reply. I found the site on google and I'm in the hacking process atm.
      Takes a while so I will reply here later when my account password hopefully is recovered.

    • @johanemerson307
      @johanemerson307 3 года назад

      @London Sonny It did the trick and I finally got access to my account again. I am so happy:D
      Thank you so much, you saved my ass!

  • @friebetill
    @friebetill 5 лет назад +203

    1. StatefulWidget 1:25
    2. StatefulBuilder 2:43
    3. InheritedWidget 4:16
    4. RxDart + BehaviorSubject 6:12
    5. BLoC 8:50
    6. Redux 11:34
    7. Mobx 11:57
    8. Scoped Model 12:27
    9. Flutter Hooks 12:58
    10. Firebase 13:22

    • @sadhlife
      @sadhlife 4 года назад +11

      Should've mentioned Provider. it's simple and solid, and much like the scoped_model library but much more popular

    • @friebetill
      @friebetill 4 года назад +8

      @@sadhlife Yes, I agree, although at the time the video was released, Provider was introduced by the Flutter Team at the Google IO 2019. ruclips.net/video/d_m5csmrf7I/видео.html
      Therefore one cannot blame Fireship for not presenting providers then. However, by now Provider should be mentioned via an overlay, because Provider is the standard way to manage the state in Flutter.

    • @sadhlife
      @sadhlife 4 года назад

      @@friebetill i see, didn't know, and yeah!

    • @mehraanakbarii
      @mehraanakbarii 3 года назад

      Should we know all of them?

    • @friebetill
      @friebetill 3 года назад +1

      @@mehraanakbarii Definitely not, start with a simple one e.g. provider and then you can still upgrade to more powerful systems if necessary.

  • @rubensdemelo
    @rubensdemelo 5 лет назад +89

    Best video about state management with flutter. Congratulations !!🎊

  • @AndreaGiacon
    @AndreaGiacon 5 лет назад +45

    Finally: a clear explanation of states management.
    Thank you

  • @Fanaro
    @Fanaro 4 года назад +1

    Thank you for stating that the web benchmarked way of handling state, i.e. rx with basic streams, is your favorite way. It gives me confidence that I can handle Flutter state management with what other fields already use and don't have to reinvent the wheel over again.
    And stating that Firebase is already a huge solution for 99% of state management is also very important, and something most purists frown upon.

  • @remoteportal
    @remoteportal 5 лет назад

    You are the BEST!
    quick, to the point, not discussing your vacation to Florida and wasting everyone's time

  • @alithejumbo
    @alithejumbo 5 лет назад +1

    Dude your way of teaching is the BEST I have ever seen. Fast, clean, simple and straight to the point. Why don't you make Udemy courses? If you do please tell me about them.

  • @MarkVolkmann
    @MarkVolkmann 2 года назад +28

    For simplicity, consider using provider which has been recomended by the Flutter team for a while now.

  • @JonWood
    @JonWood 5 лет назад +3

    Never knew there were so many ways to handle state management. Thanks for explaining each of these techniques!

  • @nagas_dev
    @nagas_dev 5 лет назад +2

    One of the best videos, demonstrating most of the ways for state management. You got my attention with firestore as a state management option and I really want to watch a video about it, explaining how can be used.

  • @yeakleang
    @yeakleang 3 года назад

    Finally! I've trying to understand the state management in flutter for a few days. Thank you.

  • @MichaelRichins
    @MichaelRichins 5 лет назад +1

    I for one am a huge fan of Behavior Subjects. Both in Angular and now in my new love of Flutter.

    • @Fireship
      @Fireship  5 лет назад

      BehaviorSubjects FTW!

  • @VictorKun
    @VictorKun 5 лет назад +16

    I'm amazed by the fact that you know so much, I keep wondering about the effort it took for you to reach there. :) Great video and work. Cliche...

  • @Quintusvw
    @Quintusvw 5 лет назад +1

    A very useful overview of state management for developers on a time-constraint budget. Thanks for the introduction!

  • @mmsergi
    @mmsergi 5 лет назад +82

    What about Provider approach? Is the one that Im using, what's your opinion about it?

    • @MrHimanshun
      @MrHimanshun 3 года назад +1

      @Ruwen Höltge I am very new other SM , could please tell me what is a service locator??

    • @TimothyNazar
      @TimothyNazar 3 года назад +3

      @@MrHimanshun The service locator pattern is a design pattern used in software development to encapsulate the processes involved in obtaining a service with a strong abstraction layer. This pattern uses a central registry [that's what you typically see in main.dart file in a form of MultiProvider([service1, service2])] known as the "service locator", which on request returns the information necessary to perform a certain task. en.wikipedia.org/wiki/Service_locator_pattern

    • @bobthebuilder6715
      @bobthebuilder6715 3 года назад +1

      @Ruwen Höltge I wish I read your comment 1 year ago

    • @SeriesTube01
      @SeriesTube01 3 года назад +1

      I use Provider too. 👍

    • @SeriesTube01
      @SeriesTube01 3 года назад +2

      @Ruwen Höltge We know what it is. He is asking why wasn't even mentioned in the video since it is, by far, the most used library for state managemente in Flutter. I'm surprised about that too.

  • @merthyr1831
    @merthyr1831 2 года назад +17

    Great video, but a 2022 version would be awesome! Almost everything after the starter app/stateful widget are mostly unused now :)

  • @RobertBrunhage
    @RobertBrunhage 5 лет назад +16

    Wasn't aware of the get_it package, will definitely check it out. Great video!
    Wished I had this video when I started haha

    • @happynewyearw
      @happynewyearw 5 лет назад +3

      Check out this blog about get_it + rxdart/rxcommand: www.burkharts.net/apps/blog/rxvms-foundations-rxcommand-and-getit/
      Looking forward for more awesome videos of practicle demonstration base on these tools from you too! Great job, Thanks!

  • @xtraszone
    @xtraszone 2 года назад +1

    // ! RxDart Cheatsheet
    // Step 1: Create global variable
    BehaviorSubject counter = BehaviorSubject.seeded(0);
    // Step 2: Access variable inside StreamBuilder
    StreamBuilder(
    stream: counter.stream,
    builder: (context, snapshot) {
    return Text('Count: ${snapshot.data}');
    },
    )
    // Step 3: Modify the variable
    counter.add(counter.value + 1);
    // Step 4 (Optional): Close the stream when not required
    @override
    void dispose() {
    counter.close()
    }

    • @akshattamrakar9071
      @akshattamrakar9071 2 года назад

      Yes, that's pretty much correct... Easy and straight forward..

  • @juliancorredor1128
    @juliancorredor1128 5 лет назад +4

    I think state management makes easier the development of reactive uis, it helps a lot with dealing things like setState or manually re rendering the hole or widget when you may only need to render a specific small portion of it. On the other hand, helps sharing information across a wide component or widget tree which is a huge advantage

    • @Fireship
      @Fireship  5 лет назад +2

      Sharing data easily has always been a big one for me, makes prototyping way faster imo.

  • @TheRedDaren
    @TheRedDaren 5 лет назад +2

    Just when I got into Flutter. Perfect timing.

  • @madhankumar5231
    @madhankumar5231 5 лет назад

    Clarified my doubts about the state management in Flutter. Thanks a lot.

  • @blank-vw2sb
    @blank-vw2sb 5 лет назад +8

    Fireship is sailing in flutter!
    it's Awesome

  • @TheBadFred
    @TheBadFred 5 лет назад

    Very good for an overview of state management in flutter. Flutter hooks and scoped model was new to me. It is good to have the choice.

  • @CaiCruz
    @CaiCruz 5 лет назад +1

    State management is a fairly new subject for me, but from first impressions of using redux in angular, I'd say is very complicated to try to mitigate issues that could be solve in different and simpler ways. Thanks for the video. Your channel has some great info! :)

  • @lvl4ul2i
    @lvl4ul2i 5 лет назад +1

    I love your channel you are very concise and you talk about what really matters

  • @Carlos_Carrascosa
    @Carlos_Carrascosa 3 года назад +3

    I just came across this video, it explains the fundamentals really good. I've ended up using riverpod after doing my research, but it is not mentioned in this video, maybe you could do a new one!! Great channel

  • @nikhi1
    @nikhi1 5 лет назад

    Behave responsibly with the state!! Awesome intro to all the patterns for flutter. 😀😀

  • @milindgour2526
    @milindgour2526 4 года назад

    I am lucky to find this channel ...😅😅👌👌👍👍 , really good content , I was Soo confused before , but this videos are really helpful , please keep uploading

  • @darshangowda309
    @darshangowda309 5 лет назад

    Thanks for making a list of every solution at one place! BehaviourSubject & RxDart looks super neat and pretty much solves every problem :P

    • @Fireship
      @Fireship  5 лет назад +1

      BehaviorSubjects are amazing :)

  • @NatiTessema
    @NatiTessema 5 лет назад +4

    Glad I found this video before starting. You da man

  • @DanielTubul
    @DanielTubul 3 года назад

    such a long video but passed so fast = A really good one!!!
    thanks for that

  • @mrbbot
    @mrbbot 5 лет назад

    Wow! Great video, nice to have all the different methods concisely explained in one place.

  • @RagoDN2
    @RagoDN2 5 лет назад

    There are so many choices! The best choice for the apps I work on is probably gonna be "scoped_model" because it's lightweight and single-purpose. That said, I'm not opposed to giving Redux or MobX a try.

    • @happynewyearw
      @happynewyearw 5 лет назад

      Try rx and stream, it's super powerful and reactive programming apply to most programming language!

  • @lokeshar6649
    @lokeshar6649 5 лет назад +1

    Simply superb... Almost you covered everything.

  • @stevenzhang7582
    @stevenzhang7582 5 лет назад +1

    I'm confused by state by I think I'm getting the hang of things!! Thanks for the tutorial and love that flutter t shirt!

  • @beratsulimani9823
    @beratsulimani9823 5 лет назад

    State managemet is a data workflow of your application. Love this T-shirt

  • @idemchenko-js
    @idemchenko-js 3 года назад

    The Elm Architecture is the godfather of redux and bloc and similar. I personally can distinguish two overarching ideas for state management: state-action-view or FRP. Web devs went through this, now it's flutter's time. However, Elm also used to use FRP but moved on as it didn't scale.

    • @akshattamrakar9071
      @akshattamrakar9071 2 года назад

      I liked elm but no company I worked at and no developer I know is using elm.

    • @idemchenko-js
      @idemchenko-js 2 года назад

      @@akshattamrakar9071 regardless of that, the elm architecture has made a massive impact on the industry.

  • @narcodico
    @narcodico 5 лет назад +2

    BLoC/flutter_bloc is the way to go for local state and Redux/RxDart way, for global state. The rest is just for basic state management when you don't expect your app to grow. I didn't know about the flutter hooks package, but looks really interesting.

    • @Fireship
      @Fireship  5 лет назад

      I would agree with you here, it's nice to to have the flexibility of both.

    • @Dorumin
      @Dorumin 5 лет назад

      I've personally found redux awkward to implement, and stream-based solutions wasteful (I know that dart is optimized to build lots of immutable objects and dispose of them quickly with its GC, but I've never trusted it too much :P)
      I like the simplicity of scoped_model because you don't have to implement whether the widget should update when you consume it, and you can still have a singleton with other models so you can do stuff like serialization and persisting the data. I'm not saying that it's the solution for everyone though, persistent storage is just a weird requirement I have

    • @Fireship
      @Fireship  5 лет назад

      @@Dorumin Scoped model is really awesome, that's probably why its in the official docs now. Personally, I like my streams because they can controlled and monitored in predictable ways, and just feel right with realtime data sources like firebase.

    • @narcodico
      @narcodico 5 лет назад

      @@Fireship Yes, often enough, it's recommended to use a combination of available state management solutions based on your needs. There will never be one fits all case.

    • @narcodico
      @narcodico 5 лет назад

      @@Dorumin Stream-based libraries and reactive programming are the best thing that ever happened in software development. You are severely underrating the true power of Rx and co. Completely changed the game for how apps are architectured and built.

  • @abhishekdewadiga1113
    @abhishekdewadiga1113 5 лет назад

    Nicely done!!! All the possible state management approaches for a flutter app. 👍

  • @happynewyearw
    @happynewyearw 5 лет назад +3

    Thx for the great videos as always! Hope to get more videos on RxDart + RxCommand + GetIt + Firebase (simple tut or some example app using these packages will be awesome!), this set of packages is the best state management techniques in Flutter based on what I've read and understand, if I'm wrong please tell me, I'm pretty new to all of these, so I would like to learn more!
    btw, really thanks to Frank Pepermans, Brian Egan and Thomas Burkhart , these Flutter/Dart packages really makes me exited and joyful to build app in Flutter!

    • @Fireship
      @Fireship  5 лет назад +1

      Very thankful for their contributions! Have not used RxCommand yet, but looks interesting :)

    • @happynewyearw
      @happynewyearw 5 лет назад +1

      @@Fireship Cool! definitely take a look if you can, check out the author's article here: www.burkharts.net/apps/blog/rxvms-foundations-rxcommand-and-getit/
      I've been looking for more videos or article about RxDart + GetIt + Firebase, but no luck for now, look forward to see more people start to use and showcase these combination of packages!

  • @andreujuanc
    @andreujuanc 5 лет назад

    Just getting started with flutter. This helps a lot to clarify issues. Thanks!

  • @kishansampat4632
    @kishansampat4632 4 года назад

    By the way thank you for your videos I went to your website and started learning too It helped us a lot in building our first app deliverable within weeks

  • @xtraszone
    @xtraszone 3 года назад

    I have created these packages:
    1. super_easy_in_app_purchase
    2. super_easy_permissions
    These will make your life a lot easier :-)

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

    I think it's time to revisit this topic because I waiting to learn about Provider and Riverpod.

  • @emmanuelogbewe2334
    @emmanuelogbewe2334 5 лет назад

    Man I’ve been waiting for this. Has to be one of the best vids on state management. Thank you!!

  • @lucavenir5308
    @lucavenir5308 3 года назад

    I guess this video is just outdated, but as a Flutter Developer I mainly use Providers, which are (imo) the best Inherited Widget wrapper, less error prone, in which you can decide if you actually want to listen to changes or no. Another Widget I use a lot and I didn't see in this video is the Consumer Widget. That's just too easy to use and I highly recommend it (but it listens to changes by default).

  • @kamranbashir4842
    @kamranbashir4842 4 года назад +9

    01:57 I can't stop myself to press ctrl+s to remove that round ball with main.dat indicating that file is not saved.

  • @FredvanRijswijk
    @FredvanRijswijk 5 лет назад +63

    Now I feel stupid ;-)

    • @Fireship
      @Fireship  5 лет назад +29

      This video took a lot of effort and testing, state management is hard.

    • @kirill4531
      @kirill4531 5 лет назад +7

      I'm glad I'm not the only one here))

    • @osamabadr9458
      @osamabadr9458 4 года назад +6

      Same feeling here 😭

    • @UlyssesAlexandreAlves
      @UlyssesAlexandreAlves 4 года назад +3

      I'm totally with you there, bro.

    • @SeriesTube01
      @SeriesTube01 3 года назад +1

      I remember like a year ago I bought this web development course and the Redux and Hooks sections were explained for like a 5 year old. Still I didn't understand jack shit. 🤦‍♂

  • @MCorpJC
    @MCorpJC 4 года назад +5

    Provider is missing in the list 🙂 good video

  • @dhiyaaulauliyaa3988
    @dhiyaaulauliyaa3988 5 лет назад

    Good video! This video uploaded at just right time for me when struggling to understand flutter. Flutter hook looks promising for me btw. Love the flutter t-shirt 😄

  • @maxwellnderitu
    @maxwellnderitu 3 года назад

    Great content as usual. Still relevant in 2021 👍

  • @hasanimam82
    @hasanimam82 4 года назад +4

    Great video, almost covered everything about state management, Thanks!
    My thoughts:
    - I've never heard about StateBuilder and that it can be used with StatelessWidget, which can really be helpful sometimes.
    - i didn't know that we should use SetState function inside the Inherited Widget, is that necessary?
    - you probably didn't mention the Provider and ChangeNotifier classes because they came after this video, but they're quite an extension for ScopeModel class.
    - My favourite approaches for state management are: Provider, Bloc and get_it, or maybe a mix between two of them.

    • @benjieming7232
      @benjieming7232 3 года назад +1

      The provider is maybe the best solution for state management for me.

  • @faaf42
    @faaf42 4 года назад +2

    In case you wonder syntax "stream$" at 7:13 it's medium.com/@benlesh/observables-and-finnish-notation-df8356ed1c9b (observable - convention for naming it)

  • @rnvdrs
    @rnvdrs 5 лет назад +1

    I see BloC makes a lot of sense for flutter

  • @alexandrsmith6909
    @alexandrsmith6909 5 лет назад +1

    Thanks for one more amazingly useful video during my learning stage 👍🏻 keep it up 🖐🏻

  • @Mar_Ten
    @Mar_Ten 2 года назад

    The fact that providers are not even mentioned here scares me a bit.
    This video definitely needs an update.

  • @politicallynotcorrect2968
    @politicallynotcorrect2968 4 года назад

    I think something like vuex is very simple to understand and still very powerful

  • @andrewgoeden103
    @andrewgoeden103 5 лет назад

    I am a personal fan of Firebase because of its adaptability and the ease of integrations. It is definitely a little buggy since I last used Firestore in Flutter (February 2019) but a great POC item.

  • @VivekMore1
    @VivekMore1 5 лет назад

    I love your small and succinct videos

  • @agoodmansaid
    @agoodmansaid 4 года назад

    Don't get me wrong Fireship is one the best channels for flutter, but i'm yet to find a tutorial that gets deep into detail about how and why something works. most state-management tutorials here assume an intermediate level of flutter

  • @lutaseb
    @lutaseb 5 лет назад

    Only used NgRx and it believe there s a lot of boilerplate especially with the effects. Plus the state tends to grow in size as you use the app

  • @jasonsebring3983
    @jasonsebring3983 3 года назад

    The simpler singleton stream approach is exactly what I was looking for. To hell with complexity.

  • @huzefatunkiwala5414
    @huzefatunkiwala5414 5 лет назад

    very good information, very helpful , even i don't know 10 state management things , i learn lot

  • @dharmang
    @dharmang 4 года назад

    Wow i only knew the 1st one. But dang loved the RxDart method!! 💖

  • @jeisy8153
    @jeisy8153 4 года назад

    Nice video, I also got into push recently... Still experimenting with networks but so far MonadPlug is the best...

  • @Fullstackdesign
    @Fullstackdesign 5 лет назад +3

    Good job on the video, I know how much time and effort it takes to make these videos. As for state management for a prototype, would you recommend using BLOC?

    • @Fireship
      @Fireship  5 лет назад

      Thank you, this video was extra challenging. Bloc might be more than you need for a prototype, scoped model or a simple stream might be easier.

  • @willysvarela1254
    @willysvarela1254 5 лет назад +1

    Awesome video

  • @veda_dom
    @veda_dom 5 лет назад

    Thank for this video, you helped to realize the others. Thanks for fireship too.

  • @Pyroo0
    @Pyroo0 5 лет назад +3

    I've only used Redux as a state manager in React. It was very hard to get a grip on it at the beginning cause I didn't really know what it was used for.
    Now I like to explain it as a global variable that holds key values that you can use anywhere in the app.
    I still find Redux to be a bit verbose to do simple things though.

    • @Fireship
      @Fireship  5 лет назад

      It is low-level and requires a lot of configuration. That's why I prefer the BehaviorSubject approach, or scoped model is a good option.

  • @pikachucod
    @pikachucod 5 лет назад

    Fantastic video about state management

  • @junhuh8940
    @junhuh8940 4 года назад

    Good compact well explained about alternatives available for flutter state.

  • @emericgnonhoue7029
    @emericgnonhoue7029 5 лет назад +1

    Great content. I think I'll go with BLoC

    • @Fireship
      @Fireship  5 лет назад +2

      Not a bad choice :)

  • @soulninjadev
    @soulninjadev 3 года назад

    my god! I was searching for this yesterday 😭

  • @bascelik91
    @bascelik91 4 года назад

    I really like Bloc state management, compared to Redux, you can create as much bloc objects as you want and you can get fine grain control in the app. Also, Mobx is pretty funny state management library, it reduce boilerplate code in the app and it is easy to maintain the code. These two libs I used in several projects and they are pretty reliable and easy to use.

  • @deriegle
    @deriegle 5 лет назад +2

    Thanks a lot for the video. I loved the explanation. I think I want to try out the Bloc pattern. I use redux in my current react native project, but honestly I try to avoid putting anything in redux if possible, because of the boilerplate. I definitely like the look of Bloc pattern in Flutter and the T-shirt! Hope I win it. Thanks for the awesome video.

  • @siddarthbhave8642
    @siddarthbhave8642 4 года назад

    My opinion on state management: It's actually very important. Can I get the T-shirt now?

  • @leonardoventocilla3275
    @leonardoventocilla3275 5 лет назад

    Awesome video and explanations!! This is the best I´ve seened about this topic hard topic.
    My option is with RxDart. Great flexibility. The video made it clear for me because I thought that RxDart and Bloc was the same thing.
    I didn't know about the flutter hooks, I´m going to find out about it.

  • @vinayrwt
    @vinayrwt 2 года назад

    Now we have Get library which is really amazing 😃

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

    Please update this video since Provider is now a recommendation from the Flutter docs.

  • @laxmikantswain2568
    @laxmikantswain2568 4 года назад

    Awesome content about State management!!!

  • @aviad4
    @aviad4 5 лет назад

    Like your videos, short and informative.

  • @tesla1772
    @tesla1772 4 года назад +17

    shit i was passing values to each and every constructor ... : )

    • @boismd
      @boismd 4 года назад +1

      aw shit we are in the same boat

  • @VincentTornude
    @VincentTornude 5 лет назад +4

    Is it weird I like even before the video plays?

  • @pramodrocks3904
    @pramodrocks3904 5 лет назад

    That t-shirt rocks , anything for the t-shirt

  • @StevenTse
    @StevenTse 5 лет назад +17

    thx for the vid, how about Provider?

    • @sadhlife
      @sadhlife 4 года назад

      scoped_model looked exactly like it, but I think provider is made by the flutter team itself

    • @maexlep89
      @maexlep89 4 года назад +1

      I agree that the model part looks very similar and I still have some questionmarks about pros and cons of both.
      A great and simple Provider-showcasing/template can be found in the video 'Flutter Provider Architecture for State Management' from filledStacks.
      Would be great if fireship could talk >a bit more< about when he would personally use either of these solutions.

    • @sadhlife
      @sadhlife 4 года назад +3

      @@maexlep89 Provider is now the preferred method, snd was suggested by google devs in IO 19, a few weeks after this video went live
      flutter_bloc is also gaining popularity
      stuff like rxjs is too complicated to justify usage in many apps when provider can do it just fine, and get_it is better for much simpler apps.

  • @fille.imgnry
    @fille.imgnry 5 лет назад

    IMHO the built in StreamController is a very solid choice. Not sure why it was left out in this video.

    • @Fireship
      @Fireship  5 лет назад

      BehaviorSubject is the Rx equivalent to a StreamController, I probably should have mentioned that :)

  • @pardipbhatti9943
    @pardipbhatti9943 5 лет назад

    Thanks for the video. I just got pro membership at your site.

  • @petroniobonavides3530
    @petroniobonavides3530 4 года назад +1

    GETX is the future of Productive State Management.. This is simples.. clear.. short and highly powerfull.. State simple/reactive management(without codegen), route Management and Dependencies Management encapsulated in one only packege.. Could you please bring some content about? Nobody talks about GetX, and it is really powerfull tool, as well.

  • @AvinashSingh-nq5ud
    @AvinashSingh-nq5ud 5 лет назад +2

    Which state management you prefer for a beginner or intermediate flutter developers??

    • @Fireship
      @Fireship  5 лет назад

      Scoped Model or the BehaviorSubject approach I showed in the video.

    • @AvinashSingh-nq5ud
      @AvinashSingh-nq5ud 5 лет назад

      Thanks

  • @itsmeaayush
    @itsmeaayush 5 лет назад

    Love your Flutter Tutorial.

  • @veda_dom
    @veda_dom 5 лет назад

    I have been using flutter_flux, it is simple and understandable.

  • @mohamedzakria2975
    @mohamedzakria2975 5 лет назад

    WOW, super simple, great compression

  • @ahmedboutaraa8771
    @ahmedboutaraa8771 4 года назад

    i will never ask for more

  • @kaushalyaroshan
    @kaushalyaroshan 4 года назад

    Great content with nice animations🤩🤩

  • @RageBasterd
    @RageBasterd 5 лет назад +2

    Bloc all the way

  • @elliotheath5366
    @elliotheath5366 5 лет назад +1

    If a framework isn't opinionated, the developers surely will be.
    Humble flutter request: travisci / fastlane

    • @Fireship
      @Fireship  5 лет назад

      Well said! I think a solid CI/CD video for flutter will come soon :)

  • @oztech
    @oztech 5 лет назад +6

    Fantastic. But wait... so what is the best way? I used redux with flutter. Should i go with BLOC instead?

    • @Fireship
      @Fireship  5 лет назад +5

      There is no best way! Do feels right in your heart ❤️

    • @oztech
      @oztech 5 лет назад

      @@Fireship anyways thanks for the great video. Ive learned a lot since your ng related videos. Im also from ionic background completely switched to Flutter and so happy with it.

    • @amsakanna
      @amsakanna 5 лет назад

      Redux is great IMO. Take a look at redux epics too.

    • @oztech
      @oztech 5 лет назад +2

      @@amsakanna i use Redux for many projects. Yeah its great but it requires too much coding.

    • @oztech
      @oztech 5 лет назад

      @@Fireship i tried BloC pattern and now loving it!

  • @raghav.bhardwaj
    @raghav.bhardwaj 4 года назад

    Thank you for his Video. What is your opinion on Flutter provider package?

  • @reyrelual9908
    @reyrelual9908 5 лет назад

    Great video as always! Do you plan to make a build an app from scratch with flutter course? Your explanation and examples are clear and straightforward.

    • @Fireship
      @Fireship  5 лет назад +2

      Yes, I'm working on a quiz-style app for fireship, then a course that shows you how to build it from stratch. Expect that late march, early april.

    • @reyrelual9908
      @reyrelual9908 5 лет назад

      @@Fireship wonderful news!

    • @happynewyearw
      @happynewyearw 5 лет назад

      @@Fireship awesome! can't wait for more flutter videos from you! Thanks!