About the ClipRRect, use it only as a last resort, it is performance heavy on the hardware For instance, you can add rounded corners to a Container using the built in decoration
@@RetroPortalStudio Your videos are great. I'd just like to give a tiny bit of feedback: the audio is clipping sometimes. Maybe look into a good (dynamic) microphone :-) (it would also eliminate most of the background noise)
If you find this video useful, consider Following me on: Twitter: twitter.com/theretroportal Instagram: instagram.com/retroportalstudio LinkedIn: www.linkedin.com/in/parasjainrps Happy Coding! ✌️😁
Hey, make a video about your journey of laerning flutter, how and what you did to accomplish this. You almost know everything about every widget man! Awesome!
You could hide the project explorer, keep the ide ⅔ of the screen and show the app ui on screen all the time so that it's easier to understand what changed when you save the code
Hey bro you explanation is best but can you develop small project in MVC you follow 1.MVC 2.Clean code 3.Test cases 4.multiple screen transition 5.app deployment. Please can cover this topics ,so that we can build app.👍
So is the widget built every time you change orientation.. that's why checking the orientation (MediaQuery) works? Regarding the FutureBuilder, instead of a Future/async function that returns data, is it possible to still display the CircularProgressIndicatorwhat but using a Stream/async*/yield function and async/listen in the widget's build? Love the idea of wrapping a button with SizedBox, that will come in handy!
I'm just getting started with Flutter dev. I noticed you're running Android Studio. Would you recommend that over VS Code or does it make a difference?
Android Studio does provide much bettet flexibility in Writing Native code and Emulator Support! plus its got some really handy code formatting. Other than this you wont feel much difference! Go with whichever your machine runs smoothly! ✌😁
I use vscode if I'm sure I'm not going to touch the android code for the app. But if I want to integrate flutter with some platform channels or android activities I'd use Android Studio.
Better native code but beyond that most features that android studio provides (for flutter) are mostly gimmecy and come in the way of performance and ux
How do you see the market with Flutter? I've been using it for a couple of month and I released my first app but I don't see many offers yet (even less remotely)
Well, it helps a lot of you are a freelancer... Industry is catching up the trend much slowly as its quite tricky to work on a production level app with flutter. You need to have a bit of experience in Development field for that.... For Freelance Projects its awesome.
@@RetroPortalStudio yeah that's what I thought. After 9 years of working with JS I feel more confortable with Flutter in 2 months. I'd like to keep working with this if it's possible. Thanks
For loading in data from async functions, i simply checked _data != null ? return ListView... : return LoadingAnimation and in the async function, i just use "setState" on the _data variable, which will cause it to rebuild when the data has been fetched. You didn't show how FutureBuilder works, so i assume it somehow gets told automatically by the framework, when the data has arrived? and then it rebuilds the UI? because i couldn't really see the need to use it, from what you showed :-D
13:30 What is the advantage of using a Flexible widget instead of using an Expanded? They use the same flex property and they seem to do the same task in this scenario.
@@Litvin1792 haha well! I have 1050Ti. i just need to upgrade my monitor. Was'nt able to afford it last time! That was the issue. Anyways thanks for your support 😁✌ Will try upgrading soon!
About the ClipRRect, use it only as a last resort, it is performance heavy on the hardware
For instance, you can add rounded corners to a Container using the built in decoration
humm nice to know!
Funny how OP likes almost all of the comments except this, the highest liked comment.
@@alrobenadrianegoh3469 LOL
Op is learning... Not an expert.
@@cularu1 He should still take advice. At least he didn't remove or hide this comment from the video.
I like your videos, simple and straightforward. It's not boring.
This video should be in "top 10 videos every flutter dev should watch".
Can you recommend other 9 videos?
Yea
I was so impressed by the beginning only that I watched all 4 ads included. Amazing work. You made my life much easier.
Thank you so much for your support brother ✌😁👨💻
@@RetroPortalStudio Your videos are great. I'd just like to give a tiny bit of feedback: the audio is clipping sometimes. Maybe look into a good (dynamic) microphone :-) (it would also eliminate most of the background noise)
Future builder is insane, changed the way I write code now. Thanks!
This is great! Practical and simple examples. Would be nice if you would make this a series.
Thank you! Will try putting out more videos like this! 😁✌
If you find this video useful, consider Following me on:
Twitter: twitter.com/theretroportal
Instagram: instagram.com/retroportalstudio
LinkedIn: www.linkedin.com/in/parasjainrps
Happy Coding! ✌️😁
I've just discovered your channel and it looks very good!
Appreciate your support man! Thanks! ✌😁
Hey, make a video about your journey of laerning flutter, how and what you did to accomplish this. You almost know everything about every widget man! Awesome!
I wish I could give more than 1 thumbs up! Say hello to your newest subscriber! Great work!
Thank you so much for your support! Means a lot ✌😁
Nice tutroal. Helpful. Although I developed 3 apps till now, there is plenty of stuff to learn every new day.
Thank you for this video 😉 i now understand how to code. Not that much but atleast i gain knowldege from this tutorial 😉.
Thank you godbless
Great video man, properly studied the widgets with examples, want more👍👍
Thank you for your support! Will be coming up with videos! ✌😁
Very helpful and easy to understand. Thank you so much.
WOW Nice channel with very nice and valuable tutorials. It helped alot. Thanks
Very concise and helpful. Thanks!
Very helpful, thank you very much!
Quite useful. Thanks 😊
Thanks for this man!
Such a great information for beginners keep it up
Great video 😍, amazing job there. I like your video description 👌 using an index to check any content in a faster way. Thanks
These widgets are really often used at work. So every Flutter developers have to remember the way to use these widgets at least.
Very instructive video. Many thanks
Very helpful! Thanks!!
Wonderful very educative. thanks!!!!
This helped in so many ways.. Thank you. :)
Really nice and informative!
very useful and simple examples,thank you
So helpful and well explained
Hey brother, love the video. Please make sure to make it at least 1080p. It's difficult to see. Other than that, it's great!
Thank you for your support ✌😁 All the upcoming videos since last will be 1080 !
Thanks it's very helpful
플러터를 시작한지 얼마 안되는데 너무 도움이 되는 영상이었어요!! 구독과 좋아요 해드렸습니다~
Very useful and helpful examples, I’m looking forward more. Thanks
Amazing video !! thanks man
Amazing video and great examples, not the typical top X stuff. +1
thanks man this was a really good tutorial!
You could hide the project explorer, keep the ide ⅔ of the screen and show the app ui on screen all the time so that it's easier to understand what changed when you save the code
Such a very useful video
Quick and useful. Thanks dude
very useful and simple thank you so much.
Incredible.
Following from Brazil
Thanks buddy! It was really a useful video.
Really helpful tutorial! I’m looking forward more. Thanks
wow great, awesome video
Im falling inlove wd flutter
Very good Tutorial.. Thks
wish my Indian accent was as good as yours xD
Excellent 👍
Really Helpful video thx
Hey bro you explanation is best but can you develop small project in MVC you follow
1.MVC
2.Clean code
3.Test cases
4.multiple screen transition
5.app deployment.
Please can cover this topics ,so that we can build app.👍
Great Video
Nice video! Can we have another episode? like Top 50 widgets
Coming soon not 50 but yes its coming 🤩 With much more detailed look
Nice vídeo and examples. I Will watch others vídeos. Great job.
👌 yea every dev should known
So is the widget built every time you change orientation.. that's why checking the orientation (MediaQuery) works?
Regarding the FutureBuilder, instead of a Future/async function that returns data, is it possible to still display the CircularProgressIndicatorwhat but using a Stream/async*/yield function and async/listen in the widget's build?
Love the idea of wrapping a button with SizedBox, that will come in handy!
Great video and well explained
What are you using for screen mirroring
Airdroid
Great video!
Very useful !
what is your VS code extension to see that widget tree line ?
Thank you very much, this really helped...
Whats different between flexible and Expanded ? ( each one has flex ) and we can set
Awesome content 👌
Awesome. Really awesome
I completely understand what you mean. Thanks!
Very good Man 👍👍
Very good ait video
Useful video, I should get all of them
Thanks
I'm just getting started with Flutter dev. I noticed you're running Android Studio. Would you recommend that over VS Code or does it make a difference?
Android Studio does provide much bettet flexibility in Writing Native code and Emulator Support! plus its got some really handy code formatting. Other than this you wont feel much difference! Go with whichever your machine runs smoothly! ✌😁
I use vscode if I'm sure I'm not going to touch the android code for the app. But if I want to integrate flutter with some platform channels or android activities I'd use Android Studio.
Better native code but beyond that most features that android studio provides (for flutter) are mostly gimmecy and come in the way of performance and ux
How did you wrap using the keyboard shortcut in ANDROID STUDIO?
I meant converting into a child class
click on the widget that you want to wrap . Alt + Enter will show you the dialog on windows and then you can wrap it accordingly ✌😁
Its really helpful. Thanks
Great video. very helpful
Very Nice!
good share . learning a lot as a beginner. thank you
nice, thank you.
Wooahhh. Nice to know these things.
What is the name of this app to mirror cellphone screen are you using ?
Airdroid
amazing video!!
which screen mirroring software do you use?
Airdroid! ✌😁
good stuff bro keep it up
Great tuts! Btw, may I know how did you have that tree-like indent in your code? Is it from some kind of extension or vs code setting?
Thank you for your support! ✌😁 Its just default Android Studio brother ! No Extensions
@@RetroPortalStudio ahhh didn't noticed that, thought you were using vs code 😅 thanks for responding 👍
Amirul Fitri you can format your code in vs to make it look like that you can search for the shortcut
Great video! Keep it up,
Which key combo you pressed at 1:30 to open that menu to "wrap" things?
In macOS the key combination is "Alt + Enter"
@@yoryerpy thanks! Thats all I needed. 👊
Thank you sir
From 4:42 can you use a Row() widget with two Text() widgets as children?
Row can accept multiple children.
great video
How do you see the market with Flutter? I've been using it for a couple of month and I released my first app but I don't see many offers yet (even less remotely)
Well, it helps a lot of you are a freelancer... Industry is catching up the trend much slowly as its quite tricky to work on a production level app with flutter. You need to have a bit of experience in Development field for that.... For Freelance Projects its awesome.
@@RetroPortalStudio yeah that's what I thought. After 9 years of working with JS I feel more confortable with Flutter in 2 months. I'd like to keep working with this if it's possible. Thanks
wait so i can use wrap like a row and column except i have more control in the direction?
very nice!
For loading in data from async functions, i simply checked
_data != null ? return ListView... : return LoadingAnimation
and in the async function, i just use "setState" on the _data variable, which will cause it to rebuild when the data has been fetched.
You didn't show how FutureBuilder works, so i assume it somehow gets told automatically by the framework, when the data has arrived? and then it rebuilds the UI? because i couldn't really see the need to use it, from what you showed :-D
13:30 What is the advantage of using a Flexible widget instead of using an Expanded? They use the same flex property and they seem to do the same task in this scenario.
More responsive... makes The app look better in different screenratios 🙂
I like your video.
Nice video very helpful especially for newbie like me. btw, how can i change the color of the scaffold class in vscode editor?
How about 1080 px resolution for video?
Currently don't have a 1080p monitor! Will have it soon ✌😁
@@RetroPortalStudio in 2019? OMG! You need good video card for this resolution:)
@@Litvin1792 haha well! I have 1050Ti. i just need to upgrade my monitor. Was'nt able to afford it last time! That was the issue. Anyways thanks for your support 😁✌ Will try upgrading soon!
Hi this is pretty useful
Could you please do something similar with Animation widgets? That'll be awesome
Thanks
Thanks
Thank you
Thk
nice
Can you make dart tutorials for flutter app development. Thanks
I have a plan to make dart fundamentals video soon ✌😁
Thanks, waiting for that...😍
I want to learn dart for fluttter app...