You are the only person who makes the tutorial that explains fundamentals of flutter .
@abraiyan79844 жыл бұрын
I will meet you one day and say thanks for what you are doing for us. He is not only making tutorials for the advanced stuff but also for the beginners. Soon, I will start your DDD and TDD course. Thanks, Reso :D
@kiyotaka6274 жыл бұрын
I really don't know what to say man, your content is out of this world. the flutter community loves you
@chordfunc30725 жыл бұрын
When I first gave flutter a shot, the highest jump in code quality was probably when I enabled format on save and started to insert trailing commas
@QuentinVaucelleAuzel4 жыл бұрын
New to flutter development with bad habits in previous coding experience, your very well made tutorials going back to the basics and explaining the what and why are amazing. I truly believe that your courses should be part of the fundamental tutorials for a new flutter/dart developer coming from previous coding experience. Thank you for these high quality tutorials.
@ferdinandsteenkamp13334 жыл бұрын
My team and I have been using 'assert' to achieve some of these results but it's so messy...can't believe we didn't know about this. Thanks man, your work is really top quality :D
@SR_Chronicles5 жыл бұрын
Your content is amazing! Good job bro ♥️😊
@rydmike5 жыл бұрын
Simple the best explanation and to the point tutorial on Dart linters I have seen so far! 👍
@AshishSingh-7535 жыл бұрын
Best Channel for learning flutter
@syedwajid18994 жыл бұрын
Thank you very much ..this was really helpful ..pls keep making such content ..i'm learning a lot watching your videos 😄
@wrblxyz4 жыл бұрын
7:45 -- sure, linter rule for this is a solution, but if you really does not want `x` to be reassigned just use `final`, like so: `String someMethod(**final** int x)`. There may be some rare cases that parameter reassignment would make sense but linter will just throw an error nevertheless. Great video!
@mazenalsakkaf5 жыл бұрын
Another great video..many thanks for this. May I know if there is an upcoming video about Package Creation and Publishing
@gregslu3 жыл бұрын
+Reso Coder is there a way to fix all problems at once, and not one by one?
@aliakkawi47594 жыл бұрын
HI, thanks for the great tutorials, please make videos about reactive dart programming using rxDart. Thanks
@ResoCoder4 жыл бұрын
It's on my list.
@MrARBN5 жыл бұрын
How to start flutter. Which one of your toturial explen it step by step? Like your weather toturial
@keremc.46504 жыл бұрын
Which extension tree view in code editor ?
@PS-dp8yg5 жыл бұрын
I love your content, but I have a quick question. Do you have a beginners course that will take a beginner from dart fundamentals to architecturing a flutter app? If so, I would be glad to support you by paying for it.
@utrodussaidalbaqi95565 жыл бұрын
I love your content bro,, realy helpful
@Vellutia5 жыл бұрын
I can't seem to turn this to false 'argument_type_not_assignable: false'. It causing error for dynamic json, because json.decode return dynamic
@christianonwe20455 жыл бұрын
Thanks Mat for this awesome content again. Thought of adding linting to GitLab CI running automated tests but was scared of the dart default linting resulting to unnecessary bugs. My question is would flutter_analyze command work with this and ditch the default lint rules?
@ResoCoder5 жыл бұрын
Yes, it will.
@christianonwe20455 жыл бұрын
@@ResoCoder Thanks alot
@babimalas24004 жыл бұрын
how to exclude generated files?
@parvinderjitsingh51173 жыл бұрын
You are great. Actually Dart is good but all these stuff should be baked into dart. Sometimes feels that I am working in JS. Swift and Kotlin are great language
@albanr80283 жыл бұрын
Thank you !
@houssainel1013 жыл бұрын
There new rules can u make a video about it
@ianjaspersantos72295 жыл бұрын
Can I use all 3 plugins at the same time? (Pedantic and the other 2? Does it work?
@ResoCoder5 жыл бұрын
I didn't try it but why would you want to do that?
@arifikhsanudin97245 жыл бұрын
Please make tutorial about end to end testing
@AndreyPiterov5 жыл бұрын
Thank you, very helpful 💪🏼👍🏼
@GabrielCosta-xr5vr5 жыл бұрын
Thanks for the video! I was using the pedantic package but after the video I changed for the lint and got 300+ problems in VS Code. I think someone needs to write better code... Haha
@ResoCoder5 жыл бұрын
Good luck with fixing the code!
@programan63914 жыл бұрын
Magnificent
@pathakvivek78655 жыл бұрын
Awesome 👍
@ihebdjebbar2 жыл бұрын
18:45 Sorry Javascript :D
@DraskoSaric5 жыл бұрын
When do you sleep?
@ResoCoder5 жыл бұрын
At night. CET, which is probably your time zone as well.
@DraskoSaric5 жыл бұрын
@@ResoCoder , you published a lot of material on youtube, you had to work a lot to try it out, to prepare the lectures, to possibly work on other projects, I thought you don't have time to sleep at all, that's why I asked. :)
@EasyX2y4 жыл бұрын
set up lint... all my (working) code turns red. learning the hard way haha
@ResoCoder4 жыл бұрын
Rather sooner than later, eh? 😄
@ShadowInfest5 жыл бұрын
Got a bit lazy lately but still high quality tutorials as always 😉
@ResoCoder5 жыл бұрын
Clients bruh 😬😅
@ShadowInfest5 жыл бұрын
@@ResoCoder haha I wrote that a little bit wrong... I tried to say that I'm lazy haha Not you. I do to many things at once and my time is just not enough. I know what it means to prepare those videos mate and you know I highly appreciate them 🤪😬😉🤘
@aridwiprayogo5 жыл бұрын
Nobody care but me care 😏🙂
@ResoCoder5 жыл бұрын
That's good!
@aridwiprayogo5 жыл бұрын
Hello my favorite channel flutter development Reso Coder I just read Twitter from Jetbrains where they made a new font called Jetbrains Mono,I comment about this because it is related to the video, and this font have compared with fira and consolas and i enjoyed that font not intending to promote their company 🙏🙏
@ResoCoder5 жыл бұрын
@@aridwiprayogo thanks, I'll check it out
@arifikhsanudin97245 жыл бұрын
I care
@alexandervasilenko77735 жыл бұрын
Again, cool info. Thanx for that! And for that (5:40): """Dart has really idiotic type defaults...""" Copyright (C) 2020 by RC. :))) LOL! And thanx a lot for the info about the package!
@ResoCoder5 жыл бұрын
I think Google will file a copyright infringement though 😞
@alexandervasilenko77735 жыл бұрын
@@ResoCoder I think at the nearest future they'll improve such bottlenecks you're mentioned before. Hope so.
@sohedulislam16523 жыл бұрын
Please! Reduce your intro sound.
@LordHeigler5 жыл бұрын
How you keep your voice that deep? If I talk like that I wouldn't need to hit gym anymore in order to date women