We would love to see more UI and specially responsive UI videos
@RivaanRanawat2 жыл бұрын
Thanks for letting me know Mayur! More to come for sure!
@magento31142 жыл бұрын
@@RivaanRanawat please do flutter twitter Clone video
@RivaanRanawat2 жыл бұрын
@@magento3114 👀
@H3xOv3rflow2 жыл бұрын
Thanks, bro for contributing to the flutter community ❤️
@RivaanRanawat2 жыл бұрын
Thanks for the support 💪
@Roopam_Barman_CSE Жыл бұрын
It did take 3 hours for me to finish it😂 , a balance of fun and frustrating , the result is what made everything worth it. Issues faced: my browser/device wasn't showing the svg icons after 3-4 restarts it did , this is where I wasted my 1h , rest in setting proper height and width , also setting gradient to icons as well and the whole project.
@randomcsguy20652 жыл бұрын
on fire this month 🔥🔥🔥🔥🔥🔥🔥🔥
@RivaanRanawat2 жыл бұрын
Thank you!
@sumitbanwakade97502 жыл бұрын
You are doing Great!! Keep it Up
@RivaanRanawat2 жыл бұрын
Thank you so much!!
@ansh_nx Жыл бұрын
Brother, from where did you learn Flutter, please tell me ?
@deathgod_692 жыл бұрын
Pyaar he Pyaar ❤️
@RivaanRanawat2 жыл бұрын
Thanks 🙏
@shreeshree129 Жыл бұрын
Thanks for sharing your knowledge bro... Running Successfully Stay blessed❤
@RivaanRanawat Жыл бұрын
Thank you very much!
@ShalimarfurnitureMart11 ай бұрын
Scrolling on Chrome text box is scrolling down How to fix this problem
@anonimanonim122311 ай бұрын
What type of database did you use in this tutorial for example sqlLite or firebase?
@onurs.5942 жыл бұрын
That was issue for me, when i use mediaquery its not work for really small phones. I tried getting phone pixels and try it but didnt work also i tried getting size and didnt work (of course i use expanded or scrollview) but i wonder why you didn't use mediaquery and give some random numbers? Every single developer says "use mediaquery".
@RivaanRanawat2 жыл бұрын
Haven't used MediaQuery here as there's no big sizes to be concerned about. For instance, the button size should remain the same irrespective of whether it is used on something like a PC or mobile. If I use MediaQuery for it, it will look shabby with bad UX. The button might look small on Mobile and good on PC. It's not a compulsory rule to use MediaQuery. Imo, It should be used when it's for sizes that matters, like if we have admin panel and want cards to be displayed. The cards' sizes will shrink as the screen gets smaller and smaller. I hope you're getting my point. Next Responsive UI might be on Admin Dashboard. Things might get clearer there as I'll use MediaQuery/ LayoutBuilder.
@jaafarty26738 ай бұрын
quick question bro great video can i use this UI to add to it a backend and make it a login page for my app? is it possible
@Radhe_Cinema21 Жыл бұрын
How to change Text field inputed text color
@ShalimarfurnitureMart11 ай бұрын
Your videos is too good❤
@saiphaneeshk.h.54822 жыл бұрын
Awesome tutorial. Is it possible to make a video on using single routing / navigation for both app and web?
@RivaanRanawat Жыл бұрын
Noted! Thanks for the request
@bilalbilu1661 Жыл бұрын
Bro can you create a video about ui design tips what should I check when I create a ui
@RivaanRanawat Жыл бұрын
Great idea Bilal, will do!
@sangaranaarayananr3134 Жыл бұрын
Hey i am new to flutter. I have a doubt bro. For building responsive website i am using layout builder with future builder but my future builder is calling everytime when I resize. How should i do this and what else is the approach
@tananga_studio2 жыл бұрын
Why 'or' text is white color?
@bensosfrequents Жыл бұрын
Followed tutorial from start to the end replicating everything but at the end, my design isn't responsive on browser resize 😅 may be i missed something. This is my fourth day learning flutter from android java development. Majority of systaxes are similar to java so i have no much problems mastering the code. I will need two more days of practice and I launch my first professional app in flutter
@AniMatrixXD Жыл бұрын
Interesting video, but what's with the password-field? The characters are not encrypted
@RivaanRanawat Жыл бұрын
Ah, good catch! You can use `obscureText: true` to make the password field encrypted.
@bigbeCol2 жыл бұрын
thanks i love your videos bro!
@RivaanRanawat2 жыл бұрын
Thank you! Glad you like them!
@bhavneetsingh98118 ай бұрын
Amazing video
@RivaanRanawat8 ай бұрын
Thanks!
@karimovanar2 жыл бұрын
Can you do a cargo project or a full project?
@RivaanRanawat2 жыл бұрын
Noted!
@rr2r2r2ra Жыл бұрын
Awesome!
@RivaanRanawat Жыл бұрын
Thanks!
@pranavaggarwal471 Жыл бұрын
Great video man. Okay so i created this following your video. Now i want to create the dashboard and other pages also. I want to know how do you get the images from the dribbble designs?? Like the image in the asset folder. How to get that image from the dribbble design? I want the other bg images but I don't know how to. Can you help?
@RivaanRanawat Жыл бұрын
I'm not sure. I asked the owner of the Dribbble design for permissions to use his design and he was very kind to send the assets as well.
@alwinvj64872 жыл бұрын
Thanks a lot for this video Could you guide me to get more svg files for flutter like logo for instagram and all?
@RivaanRanawat2 жыл бұрын
Install the Svg Grabber Chrome Extension. It will get you all the svgs for a webpage!
@alwinvj64872 жыл бұрын
Thanks a lot
@swatiupadhyay8052 Жыл бұрын
Which text editor you're using here?
@syit_334_vaibhav37 ай бұрын
notepad
@szyszak9424 Жыл бұрын
I looking forward to telegram flutter clone :D
@RivaanRanawat Жыл бұрын
We already have WhatsApp Clone published on the channel!
@SpeediBoi2 жыл бұрын
Do you have any plane to make this a working login form?
@youngapolIo2 жыл бұрын
you can do that easily with firebase and be already got a video about all the login methods
@SpeediBoi2 жыл бұрын
@@youngapolIo I know we can do it by firebase either node js and mongo db but I commented because of those who are beginner.
@RivaanRanawat2 жыл бұрын
Hmm, what do you want me to cover in that video? As Matt said, I think you can combine both of these videos to have a working Login Section.
@vikashtiwari83602 жыл бұрын
Thank you bhaiya
@RivaanRanawat2 жыл бұрын
Pleasure!
@mohammadpanahi94082 жыл бұрын
👍👍 Very Good
@RivaanRanawat2 жыл бұрын
Thank you Mohammad!
@seamensclubaihub2 жыл бұрын
Cool!!!!!
@SaifullahKhan724372 жыл бұрын
look cool
@RivaanRanawat2 жыл бұрын
Thank you!
@ibrahimweaxy2 жыл бұрын
Rivaan
@RivaanRanawat2 жыл бұрын
🙇♂️
@TrikNgonlen2 жыл бұрын
A W E S O M E !
@RivaanRanawat2 жыл бұрын
🔥🔥
@hamzashehzad72732 жыл бұрын
Bro plz make more vedios on responsiveness
@RivaanRanawat2 жыл бұрын
More to come Hamza!
@codewithsadid2 жыл бұрын
thanks sir
@RivaanRanawat2 жыл бұрын
Most welcome
@bossphotography88212 жыл бұрын
Bro please make a home services app with backend.. Love from Bangladesh 🇧🇩