We need a programmer category in Noble prize. So many selfless programmers putting effort to teach other, creating and supporting millions of jobs worldwide.
every new framework should be taught this way. Learnt so much in 30 minutes, I couldn't in a week reading docs and google dev channel. Glad I ended up on this video. Hats off to the creator.
The ability to read docs is one of the most important skill of a developer. You always have to learn new tech and the first information you'll find about them are the docs and they're written by the creators themselves so u won't miss essential details. Flutter has a great documentation already so I dont know why u're having a hard time.
@@Natasha-to1mh agree with you, I think we should start with the document of the Flutter team to learn the basics with a very detailed explanation. After that, when we come back to this video, we can learn more than if we watch the video first
Extremely helpful to have those comments in the code and extremely helpful when you highlighted what part of the design your were working on in every step
Congrats on the awesome app! I'd love to see a video where you give an in-depth explanation of how you programmed it. :) The source code is super helpful to recreate the app, but hearing a bit about why you made certain decisions would definitely be interesting, too!
I like your way you doing your project and you taught us. After I watch this I like and hit the subscribe button and then watch your video playlist one by one!! within three hours I learned a lot! I share your channel in my college WhatsApp group!
I love your videos bro. Keep doing what you're doing..we all really appreciate your well thought out content and your design. You're an inspiration for us all. Keep it up
I use React Native, but I was able to learn a lot watching this. The idea and composition of UI componentsts matter a lot. Thanks for the wonderful video.
Amazing content. Just loved it. Could you please tell me which software did your use for showcasing your app between 0:00 - 0:20? That animation was just great. Thanks
I am new to Flutter and when I first saw the automatic //name comment for closing brackets/parenthesis, I thought that was a weird feature, but after seeing Flutter codes for a few days, I guess I know why they added that feature. Flutter code is like a hell of nested code. two or three levels can be readable, but as it gets deeper and deeper, it becomes really confusing.
I know this video is a little bit older but I found a solution for the SVG Problem in 5:44: Container( margin: EdgeInsets.fromLTRB(0, 0, 0, 12), alignment: Alignment.bottomRight, height: 25, width: 25, child: ClipRRect( child: SvgPicture.asset('assets/icons/search.svg', color: kPrimaryColor, height: 25, width: 25, allowDrawingOutsideViewBox: false, fit: BoxFit.scaleDown, alignment: Alignment.bottomRight, ), ), ), Feel free to play around with the value, hopefully it will help some of you guys
Expanded( child: FlatButton( height: 64, shape: RoundedRectangleBorder( borderRadius: BorderRadius.only( topLeft: Radius.circular(20), ), ), onPressed: () {}, child: Text("Description"), ), You should also add this 👆 . I learnt from you 😁 Awesome tutorial Good Speed coding Professional coding style* Keep it up with FLUTTER 😍
You are great!!!!!!!!!! I am new in flutter(about 2 days), its tutorial is very good for me)) thank's you! People, what book should I read if I want to understand OOP and dart with flutter at all
Thanks for making videos. helps me a lot to learn flutter. Commenting is also helping to understand. Please zoom in little bit. Help us to read your code.
I love your videos, they really help us get going. The only thing I can't figure out is the responsiveness, I have reproduced the whole main page following your code, and unfortunately, they behave differently on smaller screens which is really sad :(
@@shubhamjain3028 5:47 how to bring onchanged option I'm going it on my screen ? And also what is that box type thing (rectangle inside a cube) how to bring that option?
We need a programmer category in Noble prize. So many selfless programmers putting effort to teach other, creating and supporting millions of jobs worldwide.
That’s a fake scam
every new framework should be taught this way. Learnt so much in 30 minutes, I couldn't in a week reading docs and google dev channel. Glad I ended up on this video. Hats off to the creator.
Great to hear!
The ability to read docs is one of the most important skill of a developer. You always have to learn new tech and the first information you'll find about them are the docs and they're written by the creators themselves so u won't miss essential details. Flutter has a great documentation already so I dont know why u're having a hard time.
@@Natasha-to1mh agree with you, I think we should start with the document of the Flutter team to learn the basics with a very detailed explanation. After that, when we come back to this video, we can learn more than if we watch the video first
@@Natasha-to1mh they said they are new and learning. You don't expect that at such a young stage
Extremely helpful to have those comments in the code and extremely helpful when you highlighted what part of the design your were working on in every step
Great to hear!
I'm a beginner and I'm watching this at speed 0.25. Thank you for this, great job!
Congrats on the awesome app! I'd love to see a video where you give an in-depth explanation of how you programmed it. :) The source code is super helpful to recreate the app, but hearing a bit about why you made certain decisions would definitely be interesting, too!
With this video, just 1 year ago I got my first mobile developer job!! Thanks! :D
Please tell me if this materials still actual. Cause it's two years past, so maybe some code will not work properly now maybe
@@Haskiken4370 did u get the ans??
I also would like to know if the materials do work???
I think I've learned much more watching your videos than watching courses on Udemy and TH-cam
My pleasure 😊😊
Wow, without uttering a single word everything important explained so well! Bravo!
I love the fact that your code is so neat and clean.
Glad you like it!
i want the source code
i search every thing about i need in code flutter ui in this tutorial. Thank you so much.
Glad I could help!
I like your way you doing your project and you taught us. After I watch this I like and hit the subscribe button and then watch your video playlist one by one!! within three hours I learned a lot! I share your channel in my college WhatsApp group!
Awesome, thank you!
I love your videos bro. Keep doing what you're doing..we all really appreciate your well thought out content and your design. You're an inspiration for us all. Keep it up
The music in this video is unreal cool! It's like I am going back to my childhood! Very cool this videos :) Thank you so much.
I love your background music. That inspire me so muchhhh
I dont know about others but this is a really nice way to learn/ and get involved with flutter by doing :)
Masterpiece I'm doing flutter apps in production since the end of alpha version and I really like what you did keep making videos Thanks.
Glad you like it 😊
Thanks for so much! Another channel to keep in mind you guys th-cam.com/users/MadeWithFlutter both have great designs!!!
I put a like on the video first, and then start watching it, coz I know it will be so good!
Thanks man, Keep supporting us❤️
Thanks for so much! Another channel to keep in mind you guys th-cam.com/users/MadeWithFlutter both have great designs!!!
me too. good jop.
Man like the flutter way, your UIs have made me loved flutter over native development #ThanksMan #KeepGivingUsTheseBeauties
Glad you like it! I will more are coming
I use React Native, but I was able to learn a lot watching this. The idea and composition of UI componentsts matter a lot. Thanks for the wonderful video.
You are welcome 🤗
Amazing content. Just loved it. Could you please tell me which software did your use for showcasing your app between 0:00 - 0:20?
That animation was just great.
Thanks
I'm using Rotato: bit.ly/3heGagj
Love those comments in the code, they were really useful
I'm glad!
As part of my learning, I decided to write this code with you. Very helpful material and you tube channel🙌
Great job!
Amazing work! The BEST way to teach without to waste time. Keep it up! Big subscriber here!
Awesome, thank you! 🙏
This is a really fantastic way to learn and learn fast. Great job!
Thank you so much. Keep supporting me.
Thank you very much! I really love how you organize your widgets.
i love your project structure
Thanks, keep enjoying👍
Me too.
Best UI design in Flutter
Wow, thanks!
You are amazing. The designs are really cool
Glad you like them!
Pressed like button before watching because I know it will be an awesome video!
Thank you so much ❤️
Thanks for this awesome work!
Im just learning Flutter and this project helped me to understand some concepts.. Keep the god job!
You are the best so far..Thank You So much ...Just The Bottom Navigation Bar...Need a video on that
What extensions are you using on Visual Studio Code for that line-tree indentation view?! Nice work!
The background music made it really exciting.
Brilliant mate , keep going ❤️.
Thank you, I will
@@TheFlutterWay please make on admob banner because bottom nav bar and drawers overlapping issues us there
Thanks I will copy it for my app and for learning thank you for this dude!
you are so good at makeing flutter app ,awesome!
Thank you! 😊
This is great 👏👏
Thanks a lot
Had to watch in slow mo to keep up 😂
Thankfully, I'm getting the hang of it.
Best wishes to The Flutter Way team
❤️❤️
Great Demonstration. Love it. Thanks!
Bottom can also use MainAxisAlignment spaceAround to achieve a uniform distribution, and the video is still great
Noted, Thank for watching😊
I am new to Flutter and when I first saw the automatic //name comment for closing brackets/parenthesis, I thought that was a weird feature, but after seeing Flutter codes for a few days, I guess I know why they added that feature. Flutter code is like a hell of nested code. two or three levels can be readable, but as it gets deeper and deeper, it becomes really confusing.
I will code along and learn with your video, thanks.
Great!
You are the best! I love your designs.
Wow, thank you!
@@TheFlutterWay the better is... when you comment the code explaining why did you do that.
I know this video is a little bit older but I found a solution for the SVG Problem in 5:44:
Container(
margin: EdgeInsets.fromLTRB(0, 0, 0, 12),
alignment: Alignment.bottomRight,
height: 25,
width: 25,
child: ClipRRect(
child: SvgPicture.asset('assets/icons/search.svg',
color: kPrimaryColor,
height: 25,
width: 25,
allowDrawingOutsideViewBox: false,
fit: BoxFit.scaleDown,
alignment: Alignment.bottomRight,
),
),
),
Feel free to play around with the value, hopefully it will help some of you guys
❤️❤️🙏🙏
i would think twice before giving 440 for that one. If i give 440 to you, you better give me a tree and no sapling lol. Nice video
Great! Nice demo and quick tutorial, very practical.
Glad you liked it!
Awesome UI ❤ I will watch it again later more carefully !
Enjoy!
@@TheFlutterWay enjoy tabı lan
Wonderful UI. Great skills. Thanks for sharing.
Glad you like it!
That's amazing, congrats from Brazil
Love you guys
é bom saber que tem mais Br's aqui kssksk
One more congrat from Brazil
clean neat and organized
Thank you 😊
You are a King or Quen... i love your project. Thank you very much.
Thank you! Cheers!
2022 and You saved My Project
Speed coding is better than Tutorials.
FYI, prices are supposed to be tread as float or double but not as int
This is really great! Keep em coming pleaae
Thank you! Will do!
the feels come in 14:49 is lov ❤❤
Expanded(
child: FlatButton(
height: 64,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.only(
topLeft: Radius.circular(20),
),
),
onPressed: () {},
child: Text("Description"),
),
You should also add this 👆 .
I learnt from you 😁
Awesome tutorial
Good Speed coding
Professional coding style*
Keep it up with FLUTTER 😍
Thanks for this, your one is more efficient
You are great!!!!!!!!!! I am new in flutter(about 2 days), its tutorial is very good for me)) thank's you!
People, what book should I read if I want to understand OOP and dart with flutter at all
Am I the only one wondering why not Flutterflow no code? Anyway evidently you are a good or excellent coder 😊
Guys! instead of Spacer. You can set Mainaxisalignment of row to spacebetween (also).
Always an inspiration, thanks for this video! :)
My pleasure!
thank bro, i learned a lot from this video
Glad to hear it
That's amazing. Thank you for sharing your expects..!
Glade you like it!
Nice, very pretty
Thank you! Cheers!
Easy to learn, easy to follow, Thank you
You are welcome!
helpful video... and good to set the playback speed at 0.5 on youtube player to code along....
You rocks the UI. When are you planning firebase, storage, packages, state provider and connecting backend data.
It takes some time, when I started voice-over then I will make those videos
An other awesome speed code and design. cheers!
Thanks again!
Amazing work you are talented 👍
Thank you! Cheers!
Thank you for sharing. God bless to you and your family.
Thanks for watching!
Amazing tutorial for beginners!
Thanks for making videos. helps me a lot to learn flutter. Commenting is also helping to understand.
Please zoom in little bit. Help us to read your code.
Noted
@@TheFlutterWay thank you ❤️
See you coding is like collyrium for my eyes. Jajaja. Greetings my friend!.
Thank you! Cheers!
thanks for this video!! learned new things
I'm so glad!
You are the best.!!!!!! Brilliant, very friendly
Wow, thank you!
I am so inspired by your work Sir. How did you get so good in Flutter and in programming? I want to be like you in the future
Practice
very smooth and awesome keep going 💪
Thank you very much!
I love your videos, they really help us get going. The only thing I can't figure out is the responsiveness, I have reproduced the whole main page following your code, and unfortunately, they behave differently on smaller screens which is really sad :(
this is a so Nice Code write ,from a web developer. I like it
Glad to hear that
Recommended Speed 0.5
🥳
Why you used Column in 2:48 instead of Row or Body ? It's really doubtful. I'm a newbie :)
Really nice man! Good :)
Thanks a lot!
Great job.
Thank you.
Our pleasure!
Gracias amigo espectacular para progrmadores que estamos poniendonos al dia y actualizandonos
loved it man 🔥🔥🔥
Glad to hear it
Tank you, for this free lesson and code source
GOD bless you
😊😊😊
This VDO open my passion thank you so much.
My pleasure. Keep supporting my channel.
Great Tutorial
Keep awesome job
Thank you soo much.
Me on stack overflow: how to change the device frame color to light green
😂
😁
For real though! It looks so good!
🤣
Tnx for your amazing codes, I learned so much from your channel :D. Could you please create a video about responsive design in flutter?
Thanks for the idea! Maybe in near future
5:47 how to access that cube type thing when I type onchange it doesn't show up on my android studio ?
@@search_me_tilak he's not using Android Studio, but VSCode.
Beauty UI...nice
Enjoy
Amazing content - thank you for sharing your expertise.
Glad you enjoyed it!
Amazing.. Thanks for sharing. 👍👌
Thank you too
Ty so much, you are amazing my friend :)
super.. loved it
2:24 - Open Menu (Command + .)
Always Awesome Sama :)
Thanks again!
The design looks cool. Did you create it yourself or got it from the internet ? If latter, would you mind sharing the link ?
Excellent Work Man, you're killing the development process! Could you tell me how long it's been since you've learned flutter and are fluent in it?
It takes like 4-5 months, then I feel comfortable on flutter, but still I'm learning it
How do you get these options at 05:34 with "wrap with Row" and so on? Do I need a VS Code Plugin for that? (using Windows)
Bring your cursor on the Widget and Press Ctrl + ' . '
@@shubhamjain3028 Thanks alot :)
@@shubhamjain3028 5:47 how to bring onchanged option I'm going it on my screen ? And also what is that box type thing (rectangle inside a cube) how to bring that option?
Hi! Thank you for the video! I was wondering how you got those plant images when you made the folder for images and icon under assets (0:31)
2:53 which extension u used to make connect line between return Column( and Container() ?