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.
@@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?
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.
COOL thanks! great video quality!
Thank you for sharing Majid, I learned a few things that I didn't know :D
Thanks a lot, really helpful!
I am not getting multimedia like video and audio HTTPS requests in the network tab.
Which version of SDK you are running?
@@Majidhajian sdk 2.8.1 using video_player dependency
@@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.
@@Majidhajian I used the stable version (2.10.2) but audio and video are still not visible in the network tab
I'm still searching a way to see element tree. Just to close some concepts myself.
very good video, thanks
can i debug print an object in logger devtool?
you can print anything to debugger. But when you say Object what exactly do you mean? can you give me an example ?
@@mhadaily example: model , it must to convert to Json?
@@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?
@@mhadaily its good solution, but for complicated object it hard to see data structure
Great video ! By the way which font do you use for Visual Studio Code ?
I have both 'Operator Mono', 'Fira Code',
Finally, I can comment/delete all print functions on my request API function. lol
I am Glad it helped
Programming is like playing hockey. To be good you have to go into the corners and battle where it's difficult.
Thank you
great video.. ty :)
Awesome video
impressive
I plan on making nimbus much faster using the dart dev tools
Planning to make better application with the use of devtools.