Hey , you are doing really great and I got your Covid-19 video in my recommendations , so believe me your channel is going to growing really fast .One thing from my side, 1. Consider making tutorial videos on flutter as I didn’t hear about this until I saw your video. 2. Also upload regularly on your channel with attractive content as your channel is in the stage of rapid growth
Great content.If possible, challenging yourself with MediaQuery and better management of widget. It may takes some time but totally worthwhile once you get used to it.Also, animation would be the next interesting field for Flutter UI. Do some basic backend stuff like downloading file or music from internet with some beautiful UI would be golden to compete with others.since almost most of them focus on one side and ignore other stuff.Beautiful UI ,functionality and good quality code would make the tutorial legend once you do those things.Some newbies may be fascinated by the UI but for more advanced developer, functionality and good quality of coding would be the criteria to make them stay.
Helllo, may I know what key do you press in VSCode to automatically format an object? For example when you type: itemBuilder: (context, index) { return Container(height: 100,);} Then when you press a shortcut it automatically becomes: itemBuilder: (context, index) { return Container( height: 100, ); } This behavior can be seen at 4:10. I am hoping for your reply, thank you so much for this tutorial.
Amazing man, I can't stop watching your videos. I am learning with you, thank you very much. I have a little question, why do you use a row instead of the appBar for your menu bar, and SafeArea instead of padding ? cheers
Actually I'm trying to add voice over, but it takes a lot time and setup, after uploading 20 or 25 video I am gonna add voice-over to my videos. Thanks for your suggestion, keep supporting us👍
you guys are amazing. rather than speed code create another playlist for some explained content. that will be better for noobs then intermediate users can watch the speed code version and the noobs will better understand the explained videos.
I have plane for explained vides but for voice over it takes lot of setup and time, soon I am starting publishing voice-over videos, just keep supporting us 👍
field text for search a field not a container with background grey arrow-left and more-vertical must to be icons button not svg image...etc, i guess must to clean ur code correctly
Hello, first of all, great video... you have a new suscriber. But, I have a question. I all your videos you use constants with "k" as prefix. Is that a convention, or what? Because I wanna know if it's just because you like it, or if it's "a fluttler way" 😁 Thank you. Keep going 💪
Hi, I just watch your Covid-19 video and look around your channel. I think your channel will grow up fast. By the way, It's good if you have some "trick" section like you do with "Stack" and "Container".
This is so good, I love that you care about good UI. Keep up the good work ♥️ Do you know channels that show how to make nice clean UI like this one in Swift?
Gee man great user interface any way you can make a detailed video on how to make this stuff for novices such as myself like I mean explain some of the dart constructs and api’s used and why 🤗
The Flutter Way hey thanks for replying can you tell me how to learn dart . I know some python and java but for the life of me can’t figure out where I can learn dart
one of best channel I like recently for Flutter. . . . Kudos for that, keep up the great work 👌 Now, can someone suggest me how to find such nice UI elements ? Like the graphics he is using are really greattttttttt. . . . How you find them, is there any source ?
Any extension you use so that every time you create a component, it automatically shows up as a comment at the end of the bracket? Like for example, ), // Container or ), // TextStyle
Bro... Do you have any video with responsive layout in your channel?? Because i haven't watch all videos yet , i just made 2 app ui watching along with your video. It works fine on emulator but whenever i tried to run it on my phone there is always some issue with screen size, so if possible please design an ui with responsive layout and if its already available then please provide the link of that video.
@@TheFlutterWay And you will not show how to completely create a program using UI design? I think everyone will be useful and your video will be in demand
Hi, Do you accept custom flutter development? I specialize in NodeJS backend, If it is possible to collaborate, I think we will make a great team. Please let me know your view.
Dude thats so nice. I will learn flutter becaus of this channel!!
Rock on!
Yaa.. Me too gonna start learning flutter because of this channel 😀
@theflutterway keep creating such videos Ans👍👍 keep motivating us to learn more ❤❤
What a wonderful effect!!! You are doing great job :)
Thank you! Cheers!
Hey , you are doing really great and I got your Covid-19 video in my recommendations , so believe me your channel is going to growing really fast .One thing from my side, 1. Consider making tutorial videos on flutter as I didn’t hear about this until I saw your video. 2. Also upload regularly on your channel with attractive content as your channel is in the stage of rapid growth
Awesome thank you!
I fully agree. This is fantastic. 10K subscribers in one (1) month...wow!!!
It's amaziiing! You're my inspiration 😄
I'm so glad! it means a lot, keep supporting us
Its almost like an artist drawing on the paper... so flawless..
Mind blowing🤯 work man !!!!! Awesomeness new level
Thank you so much ❤️, it means a lot
Great content.If possible, challenging yourself with MediaQuery and better management of widget. It may takes some time but totally worthwhile once you get used to it.Also, animation would be the next interesting field for Flutter UI. Do some basic backend stuff like downloading file or music from internet with some beautiful UI would be golden to compete with others.since almost most of them focus on one side and ignore other stuff.Beautiful UI ,functionality and good quality code would make the tutorial legend once you do those things.Some newbies may be fascinated by the UI but for more advanced developer, functionality and good quality of coding would be the criteria to make them stay.
Thanks for the suggestion, I have plane for those, Step by step I'm gonna make it.
I'm just starting with Flutter. you help me a lot THANKS!
Happy to hear that!
Always love the clean code, good work. If you started working on the backend as well, you'll slay the decade. 🔥🍻
That's the plan! Then I'm working on animation then backend.
Amazing work buddy! Keep going with this please, I am learning a lot with this videos :)
Glad to hear it! More are coming!😎
Bro, ur content is really good.
Keep making more👍
Thank you, I will
Wow this is amazing! Thanks for sharing all the best for you
Thank you! Cheers!
Wow 🤩 thank you so much, I’m beginner of Flutter. 🌈✨
You’re welcome 😊Best of luck
This is really dope, would you consider doing full length tutorials on how you make these
I have a plane for that but it takes some time. Keep supporting us 👍
@@TheFlutterWay So when are you going to fly that plane? 😁
How about playing video at x0.25 😉
Very well, congratulations, it would be great to see login layouts
Thanks for the idea!
Helllo, may I know what key do you press in VSCode to automatically format an object?
For example when you type:
itemBuilder: (context, index) {
return Container(height: 100,);}
Then when you press a shortcut it automatically becomes:
itemBuilder: (context, index) {
return Container(
height: 100,
);
}
This behavior can be seen at 4:10.
I am hoping for your reply, thank you so much for this tutorial.
On VScode just turn on auto save and formate on save
Good work!! Very impressive!!
Thank you! Cheers!
Just stunningly beautiful!
Thank you so much! it means a lot❤️
Amazing man, I can't stop watching your videos. I am learning with you, thank you very much.
I have a little question, why do you use a row instead of the appBar for your menu bar, and SafeArea instead of padding ?
cheers
I will recommend AppBar which have SafeArea
Its very very beautiful, keepe doing good things.
Thank you so much 😀
Fantastic UI look, keep going! You have a true skill for this! Any tips on how I could get to this level of Flutter coding, just started a week ago?
Thanks, at first just focus on basic then practice as much as you can sooner or later you gonna be batter then me, best of luck 👍
Great! Can u make a quick overview of project at the end or at begining
Actually I'm trying to add voice over, but it takes a lot time and setup, after uploading 20 or 25 video I am gonna add voice-over to my videos. Thanks for your suggestion, keep supporting us👍
Flutter is amazing ...... My Dev love
👍
Nice video, keep it up!
Thanks, will do!
Although i dont understand what it is
But i wish you to get more and more subscribers.
Thank you so much, I'm speechless 😶, I just gonna say one thing you guys just are imaging❤️❤️❤️.
you guys are amazing. rather than speed code create another playlist for some explained content. that will be better for noobs then intermediate users can watch the speed code version and the noobs will better understand the explained videos.
I have plane for explained vides but for voice over it takes lot of setup and time, soon I am starting publishing voice-over videos, just keep supporting us 👍
beautifulllllll, luv it
So glad!
Sweet page👏
Thanks for watching
You guys are incredible
Thanks 😊
Great videos! Thank you ver much!
Always welcome, keep supporting us 👍
Awesome speed code! Is there a chance you can do something like video chat app or uber for package transportation?
I will do that in near future, keep supporting us 👍
field text for search a field not a container with background grey arrow-left and more-vertical must to be icons button not svg image...etc, i guess must to clean ur code correctly
How to do the scence at the early of this video when you showcase the finished apps . What software u use to make the scene
Hello, first of all, great video... you have a new suscriber. But, I have a question. I all your videos you use constants with "k" as prefix. Is that a convention, or what? Because I wanna know if it's just because you like it, or if it's "a fluttler way" 😁 Thank you. Keep going 💪
At first thank you very much,
is usually personal taste or what you are used to.
@@TheFlutterWay Ok, I like that... looks like more tidier than use UpperCase for consts, thank you 😁
Always welcome 😊
good tutorial, simple but understandable. thanks. i have a question. are those design tutorial responsive?
1:24 category.dart data not work for me, can anyone help ?
Whats the error?
Hi, I just watch your Covid-19 video and look around your channel. I think your channel will grow up fast. By the way, It's good if you have some "trick" section like you do with "Stack" and "Container".
Thanks for the tips! those are coming 👍
Same here, I also came after watching COVID video
A brilliant design ❤❤❤
Thanks a lot 😊
why you use padding than SafeArea?, Is it more safe using padding (another issue with SafeArea)?
thanks
No, SafeArea is safe
I downloaded the github project and when I try to run it this error shows up "Error: Superclass has no method named 'forgetChild'." Any solution?
Great video, but why do you use constants instead of a theme? Which approach do you think is better in a production app?
Thanks. How to loop CourseContent with JSON data?
This is so good, I love that you care about good UI. Keep up the good work ♥️ Do you know channels that show how to make nice clean UI like this one in Swift?
Not that I know of😔😔
@@TheFlutterWay hey how do you get these illustrations?
@@TheFlutterWay thanks for the video
Great video, I love the way you code it so cleanly. Can I use it in my app which might be uploaded to Play Store or App Store ?
Yes, absolutely
@@TheFlutterWay Thank you very much!!!
Gee man great user interface any way you can make a detailed video on how to make this stuff for novices such as myself like I mean explain some of the dart constructs and api’s used and why 🤗
I have plans for voice over but in near future like after 50-60 videos
The Flutter Way hey thanks for replying can you tell me how to learn dart . I know some python and java but for the life of me can’t figure out where I can learn dart
Where from i download images which is shown in video??
My designer provide me those.
Hey! Really liked your video, but PLEASE HELP ME , How can we put an onTap function on those particular images (in your category.dart)?
yes you can
@@TheFlutterWay How??
@@TheFlutterWay is there a way, where i can show you my code?
Sir
Please make full length tutorial on beautiful news app.
And keep it up
I'm trying to make voice over videos, lets see
how do u make indivisual images in the grid view clickable?
when you fetch data you use loop and each item has press if don't you can add onPress parameter
@@TheFlutterWay can u tell me where to add that specific code
Very beautiful, I like this
Any suggestions software can use for code this project except Android studio?
Yes, of course, we use VS code.
Beautifull👌🏼👌🏼
Thank you! Cheers!
Background music?
Hi what about backend and admin panel..do you have a complete solution?
No, Only UI
Very nice and neat
Thank you! Cheers!
one of best channel I like recently for Flutter. . . . Kudos for that, keep up the great work 👌
Now, can someone suggest me how to find such nice UI elements ? Like the graphics he is using are really greattttttttt. . . . How you find them, is there any source ?
Thank you so much, you can find theme on dribbble
@@TheFlutterWay Ok. Thankyou so much.
How to download your video intro source
What do you mean by that
it 's great .thank you very much
Thanks bro
I am very new in this field. I wanted to is this only UI design or it includes function both UI and function and interaction?
plz check the description, source code available here
Any extension you use so that every time you create a component, it automatically shows up as a comment at the end of the bracket? Like for example, ), // Container or ), // TextStyle
no, its by default, plz check your settings
Amazing design. Keep it up!
I've got one question: Where did you get those images assets for the categories from or did you create them yourself?
I download those UI kits from uplabs
@@TheFlutterWay Thanks :)
Amazing vedio
Glad you like it!!!
@@TheFlutterWay 😊
Awesome..but how will you get graphics images any resource links....??
plz check www.uplabs.com/posts/course-app-free
Where do you get these images/icons from that you use in your videos?
on dribbble or uplabs
React native or flutter which is best???
hey It's dribble design na! but how get all the exect same images ??
yeah, find theme on uplabs
Great job. More page pls..
Thank you! Will do!
Bro... Do you have any video with responsive layout in your channel?? Because i haven't watch all videos yet , i just made 2 app ui watching along with your video. It works fine on emulator but whenever i tried to run it on my phone there is always some issue with screen size, so if possible please design an ui with responsive layout and if its already available then please provide the link of that video.
Till now no, maybe in future
good job
Thanks! Keep supporting us 👍
ook
Iam not coder nor i have nay knowledge how to use these is there js any source code
.which we cna use to make similar like this
You can use react native
Is this a complete program or what? After this video can you use it or is it a mock program?
this is just UI
@@TheFlutterWay And you will not show how to completely create a program using UI design? I think everyone will be useful and your video will be in demand
There is a type in your introduction ha. The work “Make” is spelt “mkae it”
Hey the Source code is not complete, where are you getting the designs from if you dont mind me asking. Thanks.
Plz check the GitHub repository readme
I can do it because you can do it haha.thank you so much
Great job!
Backend tutorial in flutter plz
Bhai Ami source code niasi but flutter dia kivabe make korbo educational App please help me
please make a video on installation of flutter IDE and EMULATOR
ok, I will keep that in my mind
Bro please use white background in video, in black clearity of fonts is not good
Thanks for the suggestion 👍
Can u give training for full app development. Pls make a video for both front end and backend with full app development in android
مقدمة عبدالله الشريف 🤣🤣🤣👍
hey we can translate this 😜😜😜
يا يمكننا ترجمة هذا
@@TheFlutterWay 😂😂😂
Hi Pls can you update the files in flutter and add the link again?
Hi, Do you accept custom flutter development? I specialize in NodeJS backend, If it is possible to collaborate, I think we will make a great team. Please let me know your view.
Yeah, i can do that.
If I use your code as a base for my app then?
plz give us some credit inside app
@@TheFlutterWay okay thanks. And I want to play videos in app what you recommend.
Thank you so much. First time visiting your channel, subscribed too. Will you please help to make it dynamic? I am just a beginner.
how can i find like those images and thank you brother u are doing a wonderful work you are in the right road 👌👌👌
Actually, my designer provide me those.
Nice job! Theme WordPress?
no, flutter UI
How to get those image
My ui designer provide me those
which emulator you are using
I'm using the default emulator 😜
How did you get such a huge number of subscribers in just few days
I dont know, but what I know I always try my best to provide great content for my viewers. Keep supporting us👍
@@TheFlutterWay How you started to get subscribers, do you ever asked to subscribe in the starting of you channel
Not really, you can check my videos
Hi, Can you give me the contact of your designer? Thanks.
0:21 “make it”
Bravo!
Please can you share the s_code?
plz check in the description, already source code provided :) enjoy👍
I'm the only one that noted at the begining the typo in "mkae it" ? :)
😜😜😜
Goood :D
🙏
Please make a video on flutter quiz app
maybe in future
please use drag nad drop....i hate coing
Make more tutorials
more r coming 😎
Bikin playlist bahasa dart dong
Terima kasih banyak-banyak 👍
I would pay for a paid course made by you
Thank you so much, it means a lot, keep supporting us 👍
lets mkae(!) it
Yeah, you can do it😎👍