Efficient Flutter debugging with Dart DevTools

Поділитися
Вставка
  • Опубліковано 15 гру 2024

КОМЕНТАРІ • 27

  • @zesegatto
    @zesegatto 3 роки тому +2

    8:19 - O^n problem, right?
    in a place where I've worked it was forbidden to write recursive calls. I asked to broke this rule just when I was writing a serial line parser. They allowed.

  • @sajadabbasi2268
    @sajadabbasi2268 3 роки тому +2

    COOL thanks! great video quality!

  • @Aspiiire
    @Aspiiire 2 роки тому +1

    Thank you for sharing Majid, I learned a few things that I didn't know :D

  • @Randomdude-i8x
    @Randomdude-i8x Рік тому +1

    Thanks a lot, really helpful!

  • @chaitanyabharatdokara
    @chaitanyabharatdokara 2 роки тому

    I am not getting multimedia like video and audio HTTPS requests in the network tab.

    • @Majidhajian
      @Majidhajian 2 роки тому

      Which version of SDK you are running?

    • @chaitanyabharatdokara
      @chaitanyabharatdokara 2 роки тому

      @@Majidhajian sdk 2.8.1 using video_player dependency

    • @Majidhajian
      @Majidhajian 2 роки тому

      @@chaitanyabharatdokara mm, I am not sure then, you can also upgrade to 2.10.2 now latest version. it was a few bug fixes for devTools too.

    • @chaitanyabharatdokara
      @chaitanyabharatdokara 2 роки тому

      @@Majidhajian I used the stable version (2.10.2) but audio and video are still not visible in the network tab

  • @zesegatto
    @zesegatto 3 роки тому +1

    I'm still searching a way to see element tree. Just to close some concepts myself.

  • @oswaldoolea2889
    @oswaldoolea2889 Рік тому

    very good video, thanks

  • @wirwwira610
    @wirwwira610 3 роки тому

    can i debug print an object in logger devtool?

    • @mhadaily
      @mhadaily  3 роки тому

      you can print anything to debugger. But when you say Object what exactly do you mean? can you give me an example ?

    • @wirwwira610
      @wirwwira610 3 роки тому

      @@mhadaily example: model , it must to convert to Json?

    • @mhadaily
      @mhadaily  3 роки тому

      @@wirwwira610 you can simply add a toString to your model and print your model instance. that will appear to the debugger logs.
      are you thinking like something automated? like automated toString?

    • @wirwwira610
      @wirwwira610 3 роки тому

      @@mhadaily its good solution, but for complicated object it hard to see data structure

  • @noramanga
    @noramanga 3 роки тому +1

    Great video ! By the way which font do you use for Visual Studio Code ?

    • @Majidhajian
      @Majidhajian 3 роки тому +2

      I have both 'Operator Mono', 'Fira Code',

  • @afandiyusuf04
    @afandiyusuf04 3 роки тому +1

    Finally, I can comment/delete all print functions on my request API function. lol

    • @mhadaily
      @mhadaily  3 роки тому

      I am Glad it helped

  • @sandwichtube
    @sandwichtube 3 роки тому +1

    Programming is like playing hockey. To be good you have to go into the corners and battle where it's difficult.

  • @ghinaomerchannel6945
    @ghinaomerchannel6945 3 роки тому +1

    Thank you

  • @p4u1ro13
    @p4u1ro13 9 місяців тому

    great video.. ty :)

  • @makemypetgamedevprocess6475
    @makemypetgamedevprocess6475 3 роки тому +1

    Awesome video

  • @rahl123456789
    @rahl123456789 Рік тому

    impressive

  • @thatwasamazing2791
    @thatwasamazing2791 3 роки тому +1

    I plan on making nimbus much faster using the dart dev tools

  • @jeniscodesmith3689
    @jeniscodesmith3689 3 роки тому

    Planning to make better application with the use of devtools.