COURSES 🚀 Flutter Zero to Hero: www.fluttermapp.com/course 💰 Make Money with Flutter: www.fluttermapp.com/flutter-pro 🗺 Free Flutter Checklist: www.fluttermapp.com/f-checklist
you got a huge dislike👎👎 for destroying this very useful flutter video with useless out of topic unfunny & stupidly ugly videos. remember it's a flutter video & not a top memes list video.
Yo man, I am someone who changes my feild a lot. Although, Flutter was my primary field, I kinda hooked into web dev for a few months as I found a cool new framework... but your video just reminded me to touch my old buddy Flutter once again
@@FlutterMapp pardon my lateness. ah, I discoveted Svelte recently and it is extremely powerful and exciting to work with at the same time. Hope, you'll have a happy time if you gonna try it. Hey btw, do you have any other social media accounts? Dont need a personal one, just to have some contact with you if you are down for it.
Most of these vscode tips can be automated by configuring dart analyzer. 1:50 tear off is possible here. Using vscode extension to generate data classes is -10x tip. Use freezed instead. To speed up your work use generators and macros. Then use chatgpt for common problems.
Those are the kind of tips that really help a lot! Thanks! Can you make one about logic? For those of us who struggle a lot creating methods or functions from scratch that depends from external services? Still, much appreciated!
For adding dependencies I use command palette on vscode and select dart: add depencency, then choose the package and done, it also has suggestions when you type the package name
7:10 how does creating small blocks will make Flutter rebuild only what it needs? Since they’re all inside the same build() function, calling setsState() will rebuild the whole function, no?
Yes, that’s why you need small blocks, with each block having its own build() function. This way, when you call setState(), it will only rebuild the specific block and not the other ones. 💪
Thank you for the message! I switched from GoDaddy to Porkbun because I was kind of tired of getting ripped off every month by those fools 😂. Now everything’s fixed 👏
Hi there, How to use that code assist or code completion like showing fontSize for text widget in macOS, for some reason when I press Ctrl (Cmd) + Space, the spotlight search is opened
I've tried to build the FlutterMapp website with it once. If you know Flutter and no other language, it might be easy to build, but it’s not fully ready for the web overall. One of the worst aspects was handling URL paths and the browser's back and forward arrows, which can be quite challenging. Trust me, you’ll encounter a lot of frustrating issues. It might be okay for a static website, but that's pretty much it. Even if you know Flutter and no other languages, I would 100% recommend learning a new language to build your website. Hope this helps.
@Mohamed.Allam9 1. It's own preference. Personally, I have issues with "Add Dependencies" like, sometimes it doesn't work as required, incorrect dependency addition, and adding multiple Dependencies is not convenient like pubspec Assist.
COURSES
🚀 Flutter Zero to Hero: www.fluttermapp.com/course
💰 Make Money with Flutter: www.fluttermapp.com/flutter-pro
🗺 Free Flutter Checklist: www.fluttermapp.com/f-checklist
you got a huge dislike👎👎 for destroying this very useful flutter video with useless out of topic unfunny & stupidly ugly videos. remember it's a flutter video & not a top memes list video.
you earned my subscription from this video. there are lots of things i learned today
I knew 95% of the tips.. but the other 5% were totally worth it .. thanks for the video ❤
Which one you discovered for fun? 💪
@@FlutterMapp LongPressDraggable & the start for new projects for me☝
They are both pretty cool 🔥
me too
Same for me also😊❤
Man you are crazyyyy thanks a billion for the tips!
lol, as chick-fil-a would say: "My pleasure".
Best channel on UA-cam rn if someone's flutter enthusiastic ✨
Much appreciate PerfumeEnthusiatic 💪
Thanks!
Thank you 💪💪
Flutter Mapp wasn’t dead, it was out partying
🤣🤣
Latino?
07:43 best tip EVER! Thanks for sharing
No problem!
THE OG IS BACK🔥🔥
Whatsuppp 🎉🔥
What a energy man..
❤
Thank you 💪The secret is 10 coffees before recording 🤣
One of the best videos of Flutter Tips! 🙌
Thank a lot Javier 💪 Means a lot! And thanks for the subscribe! 🔥
WoW, he's back! I may as well get back into Flutter!
🤣🤣🤣 Which other language are you doing instead?
This channel seems to be so good, and knows its audience of course
This video helps me so much, my code is now more perfomant, unlimited thanks! 😄❤
Letsgooo 🔥
Dude, all these tips are amazing
NIce comeback, amazing video thanks bro
Thank you very, it means a lot 💪
very much*
I've been familiar with all these tips since I've been working with Flutter since 2019 💙🔥
Damn, Ill try harder next time to bring something fresh for you on the table 💪
Both my subscription and my like are well deserved 👏🏻
Thank you 💪
Sometimes we forget how many cool solutions there are out there to help us with some boring stuff
Yo man, I am someone who changes my feild a lot. Although, Flutter was my primary field, I kinda hooked into web dev for a few months as I found a cool new framework... but your video just reminded me to touch my old buddy Flutter once again
Glad to hear that, question for you! What did you used for web dev? Im also quite interested about it, thanks 🔥
@@FlutterMapp pardon my lateness. ah, I discoveted Svelte recently and it is extremely powerful and exciting to work with at the same time. Hope, you'll have a happy time if you gonna try it.
Hey btw, do you have any other social media accounts? Dont need a personal one, just to have some contact with you if you are down for it.
React, Next.js, Nest.js, Vue, Angular, React Native, Ionic, they suck.
Thanks a lot for the log(), just in time :)
Any time!
Love the energy in this video 😂 keep going!
Thank you Teddy99 💪
Error lens looks nice, thanks
Its pretty cool. 💪
very informative
thank you
Hey Man amazing video, fan number one here 😅
Yoo, it's been a while man! how is going life? Thank you btw!
Number one is me 😂
@@FlutterMapp Good good thanks ☺for you?
Great also!
Shattermask is kewl 😊
This is solid gold!🎉
Thanks! Have a good day man
Most of these vscode tips can be automated by configuring dart analyzer.
1:50 tear off is possible here.
Using vscode extension to generate data classes is -10x tip. Use freezed instead.
To speed up your work use generators and macros. Then use chatgpt for common problems.
Very useful ❤👍
Thanks 😊
You can also use Visibility widget instead of if condition.... 👍👍👍
Very very useful content. Thank a lot. Please keep making it :)
Thanks, will do!
Very Good🔥🔥❤️
Thank you 🔥🔥
very helpful thanks 🙏 🤩 ☺ 🙏 🙏 🤩 ☺ 🤩 🙏
That was helpful, thanks buddy
Glad it helped
Very useful! Thanks!
You're welcome! Thanks
Those are the kind of tips that really help a lot! Thanks!
Can you make one about logic? For those of us who struggle a lot creating methods or functions from scratch that depends from external services?
Still, much appreciated!
Do you have an example when you say (depends from external service)? Like an API?
For adding dependencies I use command palette on vscode and select dart: add depencency, then choose the package and done, it also has suggestions when you type the package name
Thanks, that's lot helpful !
oh, thank you, that saved my life. I love this video
Much appreciated Phatle 💪
Awesome 😂. I did not only watch the video and also enjoyed 😁
Letsgoooo Thank you 💪
Very informative video.
Amazing tips 😄
Thanks! 💪
i love your edits
Thank you Walid
Good points. If possible can you please share tips for Android Studio as well
Noted for next time 👏
Amazing!
Thanks man
Glad you liked it!
After fixing the bug, he is back ❤😂🎉
😂😂 Spitting facts
@@FlutterMapp 😅😂
Brooooooooooooooo.
Thank you❤!!!!
No problem!!
6:13 Refactor is also Ctrl+. and by pressing Ctrl+. again you can pick the first option.
We were needing more essential tips around! Thanks for coming back sharing your knowledge!
Thanks for the nice comment 💪
사실 순정 따윈 튜닝을 끝을 봐본적 없는 사람들의 허언이 아닐까
Really useful.
Glad it was helpful!
That's a very nice explanation with a French accent
🤣 Thanks you 💪
You have the SelectionArea class for the text selection that is even more handy IMHO.
Does it apply for android studio?
Some part of the video. Pretty much only the extensions are only for VScode
شكرا على المعلومات 👏🏻
where can i find settings.json
Open vs code command palette
Great video
Thanks!
Janusz no way 😱😱
awesome! thanks
You're welcome!
really good ,thanks
Glad you liked it!
I am using Android studio for flutter. Is there any advantage of ising flutter in vs code?
aMAZING man! Can yo do the same format but for state management !
Thanks for the idea 💪
Amazing video! Thank you. Is it possible to plan a video about js-interop ?
No idea what it is lol
I dont know wether u r using my pc or not but these all are exactly what i use for years, nice video tho 👍👍
😂 Thanks
Very good vidéo waiting for Android studio
Amazing
Thank you! Cheers!
I like that ❤
Thank you brother! 🔥
Amazing. But what if I use Android Studio instead
You're screwed..
@@FlutterMapp 🤣🤣
You don't DO THAT
yeeh yeeh😅😅 was the most understandable part
😂 The english accent..? Dammit...
Like always learn something new.
Glad to hear it!
Amazing
Thank you! Cheers!
Is dart and rest Apis are enough for flutter Backend or we should learn something more???
7:10 how does creating small blocks will make Flutter rebuild only what it needs? Since they’re all inside the same build() function, calling setsState() will rebuild the whole function, no?
Yes, that’s why you need small blocks, with each block having its own build() function. This way, when you call setState(), it will only rebuild the specific block and not the other ones. 💪
@@FlutterMapp ah ! I get it now 😅. That makes sense and it actually so useful. Thank you so much 🩵
Can you make a video about the clean code in flutter
I've made a couple of them already, what do you mean specifically?
I cannot go into your web page. It seems it is not working due redirections or cookies. Thanks a lot for this amazing video!
Thank you for the message! I switched from GoDaddy to Porkbun because I was kind of tired of getting ripped off every month by those fools 😂. Now everything’s fixed 👏
where is setting.json? is it in my flutter project or vs code?
Hi there,
How to use that code assist or code completion like showing fontSize for text widget in macOS, for some reason when I press Ctrl (Cmd) + Space, the spotlight search is opened
You can change the keybinding in vscodes to something else
Can i do flutter Backend with dart, rest Apis and Firebase .. these are enough,or i have to learn something new
Love it ;p .
5:04 not really good because it removes unused imports and unused variables too
I liked at 1:36 - 1:40 😂😂
hundred bro
Are you still selling your pro course?
Nope 💪 But what would you like to see in this pro course? I could release some content here.
I knew 90% of the tips.. but the other 5% were totally worth it .. thanks for the video
Glad you enjoyed it!
Agreed with you
10% hehe.
4:25 🥰
Fireeeeeeee
Thankss
Can anyone who's ever used flutter for web please tell me what the experience was like. And if you'll advise it.
Thank you.
I've tried to build the FlutterMapp website with it once. If you know Flutter and no other language, it might be easy to build, but it’s not fully ready for the web overall. One of the worst aspects was handling URL paths and the browser's back and forward arrows, which can be quite challenging. Trust me, you’ll encounter a lot of frustrating issues. It might be okay for a static website, but that's pretty much it. Even if you know Flutter and no other languages, I would 100% recommend learning a new language to build your website. Hope this helps.
@@FlutterMapp it sure helps alot. Thanks alot.
200k bravo
Thank you!! Road to 1M
I expected this video to be shitty but it was actually nice
❤❤❤
💪
cool
💪
Show us what you've been building since you've been gone
where were you a year ago
Hogwarts 🧙♂️
Sad it’s only on vs code… I’m unsung android studio
The "easy" on 0:47 is so aggressive 😅
😂😂
there is no need for pubspec assist extension, you just can open commend pallet and type "add dependency" or "add dev dependency"
Didn't even know, I will give it a try next time instead of the pubspec assist 💪 Thanks
Pubspec Assist is better, in my opinion
@@UsamaKarim because?
@Mohamed.Allam9
1. It's own preference. Personally, I have issues with "Add Dependencies" like, sometimes it doesn't work as required, incorrect dependency addition, and adding multiple Dependencies is not convenient like pubspec Assist.
But I use Android studio 😢
Yeah there are a couple tips for VSC only..
Hmm
People like flutter more than react native. So why are there so few jobs?
Love the assumption we use VSc**de.
True...
Who the f is narrating / doing voice over in this. Needs to be changed. Barely understood anything.
🤣🤣🤣 facts