Flutter App life Cycle Like a Boss - Learn How to Reuse the Logic

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

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

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

    Lifecycle manager widget is actually very smart!
    I've always been skeptical about wrapping widgets around my MaterialApp lol
    Gonna try this!

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

    This is AMAZING! I feel like I learnt a lot from this. Thank you.

  • @aravind.a
    @aravind.a 3 года назад +2

    Must a known topic for Flutter developer...

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

    thank god dude searched everywhere for this man. thanks alot

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

    Nice, even if you might be familiar with app life cycle manager an additional great take away from this tutorial was the elegance used in refactoring it from a “let’s see how this works playground” to a reusable wrapper widget. Loved it! 👍💙

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

    Hey,robert this was really very informative tutorial.Thanx💙

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

    Thanks Robert. Very nice and useful video. Good job

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

    Thank you for your good video about flutter.
    I Love Mobile app development using Flutter.

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

    Thank you for the wonderful video sir it is very helpful for me and my team, Thanks again sir

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

    Thank you very much.

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

    it's helpful to know that, thanks mate!.
    2 new ideas added, keep the good work 👏 .

  • @AshutoshKumar-ge3iw
    @AshutoshKumar-ge3iw 2 года назад

    Amazing Man!

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

    Thanks ❤️

  • @buck-johnson
    @buck-johnson 3 года назад +1

    Great video. Just what I needed, thanks.

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

    Me before the video: "I consider myself pretty good with Flutter"
    Me after the video: "What is Flutter"

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

    Amazing video like always , thank you

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

    Loooove it ❤👍🏻

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

    It would be nice to provide these states by streamcontroller broadcast so other pages or blocs can subscribe throught the sream and react for state changes.

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

    There is a vscode extension named dart import, which formats all the imports for dart!

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

    Damn too good

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

    Do you think you can make a video on how to read Flutter Documentation and playing around with it? It's like my brain automatically turns off the moment I see the documentation.

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

      Something I have actually been thinking of writing it up to prioritize it!

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

    Please tell me.....
    didchangeAppLifecyclestate is called immediately after init state Or
    when app is coming from background to foreground then its called .....
    Please clear when it's called.

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

    Cool video. What if to use life cycle status with scoped_model?

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

      I don't quite follow what you mean

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

      You can integrate any State Management into that Widget and call the specific methods inside the override methods. I for example use Provider.of for this :)

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

    What extension do you use to remove all the comments?

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

      He mentioned all useful extentions he used to install and use in this video ruclips.net/video/HhumfOSYFNc/видео.html

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

    I clicked like three times to show how happy I am,

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

    Amazing
    Can you do a flutter tutorial with hive and also show how to sync hive with firebase realtime database or firestore...
    Example Project: A chat app that uses rtdb to send messages and the messages and contacts info are persisted in hive for offline use