Dart Linting Tutorial - Healthy Flutter Codebase with analysis_options.yaml

  Рет қаралды 17,060

Reso Coder

Reso Coder

Күн бұрын

Пікірлер: 60
@chetan6406
@chetan6406 5 жыл бұрын
You are the only person who makes the tutorial that explains fundamentals of flutter .
@abraiyan7984
@abraiyan7984 4 жыл бұрын
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
@kiyotaka627
@kiyotaka627 4 жыл бұрын
I really don't know what to say man, your content is out of this world. the flutter community loves you
@chordfunc3072
@chordfunc3072 5 жыл бұрын
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
@QuentinVaucelleAuzel
@QuentinVaucelleAuzel 4 жыл бұрын
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.
@ferdinandsteenkamp1333
@ferdinandsteenkamp1333 4 жыл бұрын
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_Chronicles
@SR_Chronicles 5 жыл бұрын
Your content is amazing! Good job bro ♥️😊
@rydmike
@rydmike 5 жыл бұрын
Simple the best explanation and to the point tutorial on Dart linters I have seen so far! 👍
@AshishSingh-753
@AshishSingh-753 5 жыл бұрын
Best Channel for learning flutter
@syedwajid1899
@syedwajid1899 4 жыл бұрын
Thank you very much ..this was really helpful ..pls keep making such content ..i'm learning a lot watching your videos 😄
@wrblxyz
@wrblxyz 4 жыл бұрын
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!
@mazenalsakkaf
@mazenalsakkaf 5 жыл бұрын
Another great video..many thanks for this. May I know if there is an upcoming video about Package Creation and Publishing
@gregslu
@gregslu 3 жыл бұрын
+Reso Coder is there a way to fix all problems at once, and not one by one?
@aliakkawi4759
@aliakkawi4759 4 жыл бұрын
HI, thanks for the great tutorials, please make videos about reactive dart programming using rxDart. Thanks
@ResoCoder
@ResoCoder 4 жыл бұрын
It's on my list.
@MrARBN
@MrARBN 5 жыл бұрын
How to start flutter. Which one of your toturial explen it step by step? Like your weather toturial
@keremc.4650
@keremc.4650 4 жыл бұрын
Which extension tree view in code editor ?
@PS-dp8yg
@PS-dp8yg 5 жыл бұрын
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.
@utrodussaidalbaqi9556
@utrodussaidalbaqi9556 5 жыл бұрын
I love your content bro,, realy helpful
@Vellutia
@Vellutia 5 жыл бұрын
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
@christianonwe2045
@christianonwe2045 5 жыл бұрын
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?
@ResoCoder
@ResoCoder 5 жыл бұрын
Yes, it will.
@christianonwe2045
@christianonwe2045 5 жыл бұрын
@@ResoCoder Thanks alot
@babimalas2400
@babimalas2400 4 жыл бұрын
how to exclude generated files?
@parvinderjitsingh5117
@parvinderjitsingh5117 3 жыл бұрын
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
@albanr8028
@albanr8028 3 жыл бұрын
Thank you !
@houssainel101
@houssainel101 3 жыл бұрын
There new rules can u make a video about it
@ianjaspersantos7229
@ianjaspersantos7229 5 жыл бұрын
Can I use all 3 plugins at the same time? (Pedantic and the other 2? Does it work?
@ResoCoder
@ResoCoder 5 жыл бұрын
I didn't try it but why would you want to do that?
@arifikhsanudin9724
@arifikhsanudin9724 5 жыл бұрын
Please make tutorial about end to end testing
@AndreyPiterov
@AndreyPiterov 5 жыл бұрын
Thank you, very helpful 💪🏼👍🏼
@GabrielCosta-xr5vr
@GabrielCosta-xr5vr 5 жыл бұрын
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
@ResoCoder
@ResoCoder 5 жыл бұрын
Good luck with fixing the code!
@programan6391
@programan6391 4 жыл бұрын
Magnificent
@pathakvivek7865
@pathakvivek7865 5 жыл бұрын
Awesome 👍
@ihebdjebbar
@ihebdjebbar 2 жыл бұрын
18:45 Sorry Javascript :D
@DraskoSaric
@DraskoSaric 5 жыл бұрын
When do you sleep?
@ResoCoder
@ResoCoder 5 жыл бұрын
At night. CET, which is probably your time zone as well.
@DraskoSaric
@DraskoSaric 5 жыл бұрын
@@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. :)
@EasyX2y
@EasyX2y 4 жыл бұрын
set up lint... all my (working) code turns red. learning the hard way haha
@ResoCoder
@ResoCoder 4 жыл бұрын
Rather sooner than later, eh? 😄
@ShadowInfest
@ShadowInfest 5 жыл бұрын
Got a bit lazy lately but still high quality tutorials as always 😉
@ResoCoder
@ResoCoder 5 жыл бұрын
Clients bruh 😬😅
@ShadowInfest
@ShadowInfest 5 жыл бұрын
@@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 🤪😬😉🤘
@aridwiprayogo
@aridwiprayogo 5 жыл бұрын
Nobody care but me care 😏🙂
@ResoCoder
@ResoCoder 5 жыл бұрын
That's good!
@aridwiprayogo
@aridwiprayogo 5 жыл бұрын
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 🙏🙏
@ResoCoder
@ResoCoder 5 жыл бұрын
@@aridwiprayogo thanks, I'll check it out
@arifikhsanudin9724
@arifikhsanudin9724 5 жыл бұрын
I care
@alexandervasilenko7773
@alexandervasilenko7773 5 жыл бұрын
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!
@ResoCoder
@ResoCoder 5 жыл бұрын
I think Google will file a copyright infringement though 😞
@alexandervasilenko7773
@alexandervasilenko7773 5 жыл бұрын
@@ResoCoder I think at the nearest future they'll improve such bottlenecks you're mentioned before. Hope so.
@sohedulislam1652
@sohedulislam1652 3 жыл бұрын
Please! Reduce your intro sound.
@LordHeigler
@LordHeigler 5 жыл бұрын
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
Dio Connectivity Retry Interceptor - Flutter Tutorial
30:26
Reso Coder
Рет қаралды 49 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Freezed ❄ - Data Class & Union in One Dart Package
36:28
Reso Coder
Рет қаралды 58 М.
Top 10 Widgets every Flutter Developer should know!
17:17
RetroPortal Studio
Рет қаралды 283 М.
Proper Error Handling in Flutter & Dart (#1 - Principles)
31:30
Reso Coder
Рет қаралды 53 М.