Debug properties | Decoding Flutter

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • Learn about how to inspect widgets in the Flutter DevTools, and even log your own attributes, in this #DecodingFlutter episode all about debug properties.
    Watch more Decoding Flutter episodes → goo.gle/Decodin...
    Don’t miss an episode, subscribe to Flutter → goo.gle/FlutterYT
    #DecodingFlutter #Flutter #Developer
  • НаукаНаука

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

  • @bisnake
    @bisnake 2 года назад +43

    Nice video, but you should show a real example application , not a simple non application example :)

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

    4:15 The documentation of the mixin Diagnosticable (line 3279) states in the best practices section that the super call should always be made first.
    > // Always add properties from the base class first.
    > super.debugFillProperties(properties);

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

    Thanks.
    First time indian accent 💌

  • @1234matthewjohnson
    @1234matthewjohnson 2 года назад +5

    hey flutter team, understand the concept but it would be cool to see a step through example in a semi real example.

  • @tfozo
    @tfozo 2 года назад +6

    I noticed that the flutter team only reply to comments that liked the video or show appreciation...come what may, I will mention that I felt like mom was trying to explain math to 9 year old me.

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

    Intresting subject but frankly I have trouble to understand her.

  • @acavals8080
    @acavals8080 2 года назад +2

    That's huge! No more prints to debugging!

  • @uditmishra5583
    @uditmishra5583 2 года назад +2

    Very helpful video👍

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

      We're so happy to hear the video was helpful, Udit!
      Be sure to check out more episodes of Decoding Flutter here:
      goo.gle/DecodingFlutter
      Happy Fluttering 😎

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

      @@flutterdev can you please make a video on how to become a google developer expert in flutter

  • @jilmarxa7869
    @jilmarxa7869 2 года назад +2

    Thanks! that was really helpful. I didn't know that we can use that method and kind of track states inside widgets..

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

      Thanks so much for your feedback! We're happy to have you on board with us. Don't forget to check out our Decoding Flutter playlist for more helpful content like this!→ goo.gle/DecodingFlutter

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

    Awesome tip. Thanks

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

      Glad you found the video helpful, Fawaz!
      Don't forget to check out more episodes of Decoding Flutter here: goo.gle/DecodingFlutter

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

    Great stuff!! Thanks 🙏

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

      We're excited to hear this, Matthew! Be sure to check out even more Decoding Flutter episodes via the playlist: goo.gle/DecodingFlutter 😎

  • @sigma_z
    @sigma_z 2 года назад +2

    Thank you. Always learning, always improving. 😎💪🏼

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

      Your support is greatly appreciated! A wonderful outlook, indeed! 😎

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

    Very nice

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

      Thanks for watching, Heshan! 😎

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

    Don't understand 😢

  • @scottgreen3703
    @scottgreen3703 2 года назад +2

    I don't understand this videos i need to see real example

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

    와...요즘은 바로 한국어 번역이 돼서 나오네요 감사합니다.

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

      Para o português também

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

    amazing, thank you!

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

      We are so grateful for your support, Breno! Don't forget to check out the video description for more Decoding Flutter content 😊

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

    👍

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

    How to open app from terminated state, for example when i get a fcm message from terminated state i want to open app and go to a specific screen, can we do that with flutter or we need native code to do so

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

      This is a great question! In my experience, the easiest way to handle this is to include enough raw information in the push notification payload (you can send arbitrary hashmaps of data) such that the handler function in your Dart code can deduce the correct screen and manually apply any routing changes.

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

      @@craiglabenz9147 the problem is context we don't have it on main function, how can we navigate with out context.

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

      You can navigate w/o context using a NavigatorKey

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

      @@hawarhekmat1174 I see what you mean. I usually register these methods in a StatefulWidget near the top of my widget tree, such that it will always have a BuildContext.

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

      @@craiglabenz9147 i know but my point is for example i have a incoming FCM that type is call and my app is closed terminated, how to open it without user open it and navigate to specific screen, just like facebook messenger when app is closed when incoming call is coming it will automatically open app and navigate to for example answer call screen

  • @dj.yacine
    @dj.yacine 2 года назад

    Flutter is the best but we need a perfect player for all platforms we want exoplayer for all platforms in flutter not just Android in java and kotlin

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

    New social media app on flutter will be available soon on Android/iOS/Mac/Windows/Linux