Efficient Flutter debugging with Dart DevTools

preview_player
Показать описание
Debugging takes a significant portion of development time; hence, it's crucial to become an efficient and effective developer with an appropriate tool that could, ultimately, save our time. Dart DevTools is a web suite of debugging and performance tools that can work standalone or integrated into your IDE, aiming to ease debugging different Flutter and Dart application parts, including layout issues, performance problems, Network requests, and many more. In this talk, you'll learn what a Flutter developer can do with these tools and how you can get the most out of your development time using Dart DevTools.

Chapters:
0:00​ Intro
2:12​ Open Dart DevTools in different ways
2:59​ Flutter Inspector
5:42​ Performance and CPU profiling
8:23​ Network
10:00​ Debugger & adding breakpoints
12:01 ​Logging
14:13​ App size
16:19​ Summary
17:14​ Thank you

Please leave a comment and let me know what you think about Dart DevTools and what do you want to learn more about Dart DevTools and Flutter.
Рекомендации по теме
Комментарии
Автор

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

Aspiiire
Автор

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.

zesegatto
Автор

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

noramanga
Автор

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

zesegatto
Автор

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

sandwichtube
Автор

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

afandiyusuf
Автор

Planning to make better application with the use of devtools.

jeniscodesmith
Автор

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

thatwasamazing
Автор

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

chaitanyabharatdokara
Автор

can i debug print an object in logger devtool?

wirwwira