Debugging using breakpoints is what most coders don't know nowadays. Thanks for this Tadas.
@tadaspetra3 жыл бұрын
I noticed that. And it surprised me! So I decided to make this video
@zeeshanhamdani62712 жыл бұрын
Hi Tadas, just discovered your channel a couple of days ago and I have been binge watching your flutter videos. Great work man! I started out with the Flutter testing videos. Everything I have seen so far is so to the point and delivered with clarity. Awesome job! 🎉
@tadaspetra2 жыл бұрын
Thank you so much!
@andenetalexander52443 жыл бұрын
This is what I was looking for! thanks for all of your unique contents like testing flutter app debugging, architecture, folder structure , and more... this are quality contents that could get you to make a production ready app than those written every thing inside of widgets.
@tadaspetra3 жыл бұрын
Exactly! That is my whole goal with this channel, to provide people the resources to build apps that actually can work and hopefully be used by lots of people
@ishwortiwari35622 жыл бұрын
@@tadaspetra hey..insta or fb id??
@samuelnjau80869 ай бұрын
Thanks to you, I can now properly debug code. ✍🙏✅
@anniebombanie3 жыл бұрын
Wow thank you for this video, Tadas! I don't know Flutter at all, but I was still able to follow through the main debugging concepts of breakpoints and stack trace. Explained in a very easy-to-understand way, cheers!!! 🙏
@tadaspetra3 жыл бұрын
Thank you Annie! And this is pretty much how it works in any language and IDE 😊
@francescociulla3 жыл бұрын
Great video Tadas! Thank you!
@tadaspetra3 жыл бұрын
Thank your Francesco 😊
@themoon51653 жыл бұрын
Thank you for sharing your comments. People have been complaining about a crypto broker that can help in trading. I recommend.
@themoon51653 жыл бұрын
+ 1 ..5. .1.. 6 9 ..2 ..6 0 ..9 ..6 ..9
@bilalrabbi64013 жыл бұрын
Awesome video @tadas Today i am going to use callstack to find a bug in RTCVideoRenderer
@StarEducation-bh5rs Жыл бұрын
Thank you, your videos are helping me a lot.
@tadaspetra Жыл бұрын
Glad to hear!
@AnnaMcDougall3 жыл бұрын
Nice one Tadas, thank you!
@tadaspetra3 жыл бұрын
Thank you Anna!
@themoon51653 жыл бұрын
Thank you for sharing your comments. People have been complaining about a crypto broker that can help in trading. I recommend.
@themoon51653 жыл бұрын
+ 1 ..5. .1.. 6 9 ..2 ..6 0 ..9 ..6 ..9
@nagolhtims3188 Жыл бұрын
im a new player and i have no clue where this is, can I have the location?
@rawquesh3 жыл бұрын
Please make a video about proformance improvement for iOS because it's so janky because of metal.
@vinothvino12753 жыл бұрын
Good one Tadas, Anyway to check/filter only the variables and call stack of our own package(not the flutter package) in VSCode?
@ankiy3 жыл бұрын
What about riverpod?
@tadaspetra3 жыл бұрын
What about it?
@Aalii6 Жыл бұрын
Very helpful, thank you! Could you tell me what VSCode theme you use in this video, please?
@tadaspetra Жыл бұрын
It’s called Pitch Black
@uvaismohammad42162 жыл бұрын
Thanks for this❤❤💙💙
@Lensbreak3 жыл бұрын
didn't watch the video yet but just came to leave a like cus you know, that like button had to be smasked A-S-A-P haha
@tadaspetra3 жыл бұрын
Haha that thumbnail worked 😊😊
@Lensbreak3 жыл бұрын
@@tadaspetra instruction clear before even opening video, thats god level of making tutorials ;)
@tadaspetra3 жыл бұрын
😂😂
@prasadmusini84526 ай бұрын
Very helpful
@karolisabrutis65013 жыл бұрын
YUH YUH YUH GOD BLESS EM BREAK POINTS
@TheRagingPie353 жыл бұрын
These break points have changed my life
@aaronstocks74433 жыл бұрын
I was about to have a break down until I saw these break points
@EddyVinck3 жыл бұрын
Great video, thanks!
@tadaspetra3 жыл бұрын
Thank you Eddy 😊
@solomononugha5982 жыл бұрын
what language is this?
@stefaandeconinck15313 жыл бұрын
Thx very nice video. For me it was new. Wouw 🙏
@tadaspetra3 жыл бұрын
My pleasure! Happy to help :)
@danieldey3 жыл бұрын
Constructive feedback: Your intro and transition animation's volume is much higher than your voice's volume which makes the video little uncomfortable for headphone users. Other than that great video as always :)
@tadaspetra3 жыл бұрын
Thank you for the feedback! I will update this!
@arunkenjila80243 жыл бұрын
Great video... can u please make video on integration test using integration_test package...like advanced scroll,tapping drop down etc
@tadaspetra3 жыл бұрын
I'll take a look, I have a video for regular integration testing, but haven't tried that package
@arunkenjila80243 жыл бұрын
@@tadaspetra Tnx for reply bro.. it is bit tough compared to flutter_driver...and if u making a video on it...please add scroll, dynamic selection, dropdown(advanced concepts)...
@nativeworld09 ай бұрын
good my love
@jjque322 Жыл бұрын
🤩
@RandalLSchwartz3 жыл бұрын
.nextBool does not give you "a zero or a one". It gives you a "false" or a "true". For all we know or care, they could be implemented with 1 and -1 internally. This isn't JavaScript!