Although, I work with Java and Kotlin, I still watch flutter tutorials in my leisure time in case I ever need it. Nice video, thanks.
@indianappguy4 жыл бұрын
I started same now I spend the most time with flutter
@ahmedtiger38094 жыл бұрын
Mee too i used java to program android now i started learning flutter coz i flexible i love it
@fabhi4 жыл бұрын
That's quality content! The way you kept the widgets within the same app is very logical. Foolish why I never thought that. I always try to make a new file for each widget and that eats up so much of my time, and I also end up losing my chain of thought. Clearly shows how organized your thoughts are. Amazing! This was very helpful.
@darul-asar3813 жыл бұрын
Agree 100%
@rekettorres23444 жыл бұрын
I'm starting and this kind of content is appreciated
@AbuSufYan-ge4vj3 жыл бұрын
I've falling in love for this signup page thanks for sharing
@asianaree4 жыл бұрын
Thank you for adding the song in the description. Your coding style is super litty ♥
@viz_dugz2 жыл бұрын
Amazing design, also was really blown away by music, i'll surely give a visit to the channel you have linked.
@huseyinakcicek4 жыл бұрын
What a beautifull design and clean coding
@williamcardoso11815 жыл бұрын
Very clean and intuitive. Awesome. Keep it up!! 🔥
@devIsAjourney5 жыл бұрын
I love this way of coding~
@_full_crxtiano4 жыл бұрын
I love your tutorials Marcus
@shadabmasood63874 жыл бұрын
We are in need of these great people. Thnx a lot man !
@juanmamani21104 жыл бұрын
You really have style man!! Your bg music pretty cool! stylisTIC-man thanks for share your sample code. It makes my day. Really!
@mirzaarslan27474 жыл бұрын
At last find a good tutorial, I love your approach of making every component as widget
@leonelcosta29295 жыл бұрын
Done, thanks for sharing. Now iam prepared.
@cajogos4 жыл бұрын
Awesome video! Just started on learning Flutter and these speed code videos will come in handy!
@gianfrancogerman88894 жыл бұрын
Quedó muy bien! Me suscribo al canal 🙌
@aayushsharma99844 жыл бұрын
Simple and detailed.. Nice work
@aashigupta10013 жыл бұрын
the tutorial is awesome, I followed it till the end and got so much to learn!! Thank You! Just one question, from where did you get the color codes which are used in the project?
@rawquesh3 жыл бұрын
Hi, you can change colour with extension
@VJKoding4 жыл бұрын
i loved your UI
@tptshepo4 жыл бұрын
Your work is inspiring, thank you for sharing.
@darul-asar3813 жыл бұрын
Clean code is a sign of skill
@elgizhacyev93595 жыл бұрын
awesome🔥keep it
@AndysTV4 жыл бұрын
👍 Nice work
@AkaiKnight4 жыл бұрын
Its like every royalty-free youtuber background music track in one video.
@amanrubey3 жыл бұрын
In main.dart what theme did you give ?
@hiruniliyanage984 жыл бұрын
Can you explain a bit what is needed to build it! Before starting to code!
@javierortiz273 жыл бұрын
good job!!
@anasbelahrach84824 жыл бұрын
Heyy great video,i have one question how did you get the style: kLabelStyle
do you adjust the main.dart? or just leave it there? tq for your respond :)
@NemesisLex4 жыл бұрын
What simulator is this? the normal one from XCode comes with a ugly title bar / window frame above the simulator?
@whiteexpress944 жыл бұрын
Hello! What is the name of the extension you used to create comments after each () and {}? I see they are automatically added after you close those brackets. Please help!
@uchiha45364 жыл бұрын
It would have been awesome if you would have included how to show error in input fields in this design
@hamiltondarryl31295 жыл бұрын
it is possible to have the background music or the title because I love it?
@caminhodeperfeicao2733 жыл бұрын
Thanks xD
@fantabarack3 жыл бұрын
Hi, what is the point of using SingleChildScrollView()? It's a single sign up page, we do not need to scroll anything on it. Thanks for the clarification!
@fantabarack3 жыл бұрын
I found the answer @ the end of the video. Makes sense, I didn't think about the keyword. true, good idea! Thanks Marcus!
@rlaracue4 жыл бұрын
What IDE do you use for Flutter on the Mac?
@markushandel54244 жыл бұрын
What is kboxdecorationstyle?
@bluebabboon4 жыл бұрын
Hey marcus can you please share your vscode plugins and settings. Or share any gist file if possible please.
@Sachin-ry7sd5 жыл бұрын
why I am not able to use klablestyle,kboxdecorationstle
@Wellsenpai3 жыл бұрын
Nice
@LinhNguyen-fl1th4 жыл бұрын
yeah, thank you so much :3
@rishabhsinghal19634 жыл бұрын
Beautiful UI 🔥🔥. I have one doubt that why did u use stack in the starting. what does that first child of stack doing?
@manshilkanhai39504 жыл бұрын
First child widget sets the decoration, the other widgets sit on top of the first child widget
@TuGordoBello3 жыл бұрын
Thanks
@Lifestoriesgo4 жыл бұрын
I have 2 error where the named parameter of color and stops isn't defined...anyone can help me?
@willmer30004 жыл бұрын
thank you so much... muchisimas gracias
@임창수-c7c5 жыл бұрын
Thank you for flutter videos. Do you use flutter_screenutil for real project? How do you make layout for multiple devices?
@cesurosmanov78384 жыл бұрын
Ela
@indianappguy4 жыл бұрын
I personally just use Mediaquery and it works fine
@OnlyatD2 жыл бұрын
How would one implement the Sign Up Page using the same tutorial?
@OnlyatD2 жыл бұрын
and firebase add user functions
@geekriot38704 жыл бұрын
Hi. Could you answer how to navigate with this _buildPasswordTF(), _buildForgotPasswordBtn(), _buildRememberMeCheckbox(), _buildLoginBtn(), _buildSignInWithText(), _buildSocialBtnRow(), _buildSignupBtn(),
@boismd4 жыл бұрын
is it okay to wrap a widget inside a function like that? or should i still use class?
@aniolhipnozy2 жыл бұрын
No its not ok, better is use new weidgets
@عبداللهاحمد-ذ1ش3ش4 жыл бұрын
Thanks a lot, you really helped me with the design, you helped me with my template app for a job offer. 👌🏻👌🏻👍🏻👍🏻🙂
@nssasmaz3 жыл бұрын
Mükemmel
@martinmwenda4135 жыл бұрын
Hello nice coding there. Can you please make a tutorial of an onboarding Screen/ intro sliders in Flutter. Looking forward to the next tutorials
@ankitabiswas673 жыл бұрын
Can you tell me the changes for adding validation to this code
@rawquesh3 жыл бұрын
Hey, have you done adding validation or need help?
@ankitabiswas673 жыл бұрын
@@rawquesh done. Thank you
@rawquesh3 жыл бұрын
@@ankitabiswas67 that's great 😊
@ankitabiswas673 жыл бұрын
How to add validation in this?
@sindhutemporary11465 жыл бұрын
Well done thank q
@tufailahmad75714 жыл бұрын
what about sign Up page please make a video
@tobs97205 жыл бұрын
Hey, great speed coding ;) Quick question: How do you determine the four colors you use to like blend? Like for example starting from yellow
@bm2ilabs5 жыл бұрын
There is a website to give you shades noeldelgado.github.io/shadowlord/#AA9867
@karimlazaar59325 жыл бұрын
www.materialui.co/colors copy the color and add (0xFF.....)
@latifahnasser63344 жыл бұрын
Hi How can i import this project into Android Studio ?
@luongtuan93704 жыл бұрын
Can you make a floating video from this login with post man?
@danielmeyer55224 жыл бұрын
I can't constants.dart file. Please public this file.
@meetpatel72354 жыл бұрын
Hello ,The video is not visible In any Mobile device..Do Something.
@fengrealgt49474 жыл бұрын
How To Include Link Login Fb/Email Sir?
@brownbeard24225 жыл бұрын
What is kBoxDecorationStyle ?
@karimlazaar59325 жыл бұрын
final kBoxDecorationStyle = BoxDecoration( color: Color(0xFF6CA8F1), borderRadius: BorderRadius.circular(10.0), boxShadow: [ BoxShadow( color: Colors.black12, blurRadius: 6.0, offset: Offset(0, 2), ), ], ); its a set of property defined in constants.dart file then just call kBoxDecorationStyle once
@brownbeard24225 жыл бұрын
@@karimlazaar5932 Thanks
@AbdulRahman-hz3pb3 жыл бұрын
Can you please do any app login ui and homepage with Firebase phone number verification ❤❤❤❤
@tasya_nabila3 жыл бұрын
The result is black. I dunno what's wrong but I got no error
@Instantcrypt4 жыл бұрын
Sir, I want to learn with you Flutter .. start to beginning sir.... Plz sir help me
@yamkochi3 жыл бұрын
Can't read...too small fonts. Must be enlarged
@johnwilliams9834 жыл бұрын
Thanks for your effort. The problem I have with this design is that it conflicts with my login functionality. When I use a simple form I can login based on my MySQL credentials but your beautiful design just don't work for me.
@jeetchheda89163 жыл бұрын
i hate flutter for just one thing.. Not giving us Drag and drop UI Widgets . But Rather we are forced to Style it all manually😭
@dracod_4 жыл бұрын
Tik tok clone please
@premanjungle45554 жыл бұрын
Please dont use speed code. Step by step please 🙏
@indianappguy4 жыл бұрын
i make step by step tutorials for Flutter you might like them