Debug properties | Decoding Flutter

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ต.ค. 2024

ความคิดเห็น • 40

  • @bisnake
    @bisnake 2 ปีที่แล้ว +45

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

  • @Bjoernqqq
    @Bjoernqqq 2 ปีที่แล้ว +19

    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.

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

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

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

  • @sigma_z
    @sigma_z 2 ปีที่แล้ว +2

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

    • @flutterdev
      @flutterdev  2 ปีที่แล้ว

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

  • @diegotassi456
    @diegotassi456 2 ปีที่แล้ว +6

    Intresting subject but frankly I have trouble to understand her.

  • @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 😎

  • @ssossoking
    @ssossoking 2 ปีที่แล้ว

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

    • @g0rbachov
      @g0rbachov ปีที่แล้ว

      Para o português também

  • @heshansandeepa9471
    @heshansandeepa9471 2 ปีที่แล้ว +1

    Very nice

    • @flutterdev
      @flutterdev  2 ปีที่แล้ว

      Thanks for watching, Heshan! 😎

  • @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 😊

  • @FactsArenabysalu
    @FactsArenabysalu 2 ปีที่แล้ว +1

    Don't understand 😢

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

  • @scottgreen3703
    @scottgreen3703 2 ปีที่แล้ว +2

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

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

  • @Rashidmrck
    @Rashidmrck 2 ปีที่แล้ว

    👍

  • @PRASHANTSTYLE4U
    @PRASHANTSTYLE4U 2 ปีที่แล้ว

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