No video

Flutter Clubhouse Clone UI Tutorial | Apps From Scratch

  Рет қаралды 30,282

Marcus Ng

Marcus Ng

Күн бұрын

» Flutter courses, writeups, and source code on Launch Club 🧠
drp.li/Iq9Bk
» Flutter Job Board 👋
drp.li/T9bLq
Learn Flutter fast in this tutorial by building the UI design of the real world app, Clubhouse. You'll learn easy UI tips to help you develop a beautiful project. This Flutter UI tutorial is great for beginners as well as advanced developers who want to improve their mobile app development skills. We'll create the Home Screen where you can see the upcoming and live rooms. Then we'll move onto the Room Screen where you can see who's in the room.
» Remember to like, subscribe, comment, and share this video!🚨
kzbin.info?sub_...
» Socials📱
GitHub: github.com/MarcusNg
Twitter: / marcuslng
» Resources 📂
Starter Project: github.com/MarcusNg/flutter_c...
Complete Source Code: github.com/MarcusNg/flutter_c...
Material Design Typography: material.io/design/typography...
» Timestamps 🕒
0:00:00 Clubhouse UI Introduction
0:00:48 Download The Starter Project
0:00:57 Project Walkthrough
0:04:39 Home Screen App Bar
0:06:45 User Profile Image
0:11:04 Upcoming Rooms
0:20:09 Room Card
0:30:12 Gradient Container, Start Room Button, and Menu Icon
0:36:04 Room Screen Navigation
0:37:48 Room Screen App Bar
0:40:08 Curved Container with Room Info
0:43:44 Room User Profile
0:50:59 Display Users in SliverGrid
0:53:50 Room Bottom Sheet
0:58:33 Clubhouse UI Recap
0:59:33 "Party Pooper Emojis! 🎉" - 🤦
0:59:42 Thanks for watching 🙏
» Music 🎶
[NCS ( / nocopyrightsounds )]
Elektronomia - Sky High pt. II ( / elektronomia )
Joakim Karud ( / joakimkarud )
#Flutter #FlutterUI #FlutterTutorial

Пікірлер: 47
@karmannibber9545
@karmannibber9545 3 жыл бұрын
you are doing an amazing job Marcus. So much to learn from you !!!!!
@bodyhanger7137
@bodyhanger7137 3 жыл бұрын
Another cracking UI Marcus. Thanks pal... ⭐️⭐️⭐️⭐️⭐️
@ThisIsSimonK
@ThisIsSimonK 3 жыл бұрын
​ @Marcus Ng You're the reason i got back into flutter and mobile dev. Following along your videos and courses is my favourite pastime these days. Thank you!
@AkashJadhavIT
@AkashJadhavIT 3 жыл бұрын
thank you so much for this tutorial, no body explains while they are building the app like you do, it is very helpful for new comers like me to get what developer is thinking while developing. and very easy to follow. keep making please keep making UI tutorials like this :)
@so7300
@so7300 3 жыл бұрын
awesome content! I learn a lot from your videos, best Flutter coder on KZbin.
@remymumoh2577
@remymumoh2577 3 жыл бұрын
Thank you for your contribution to building the community
@kamalnayan5331
@kamalnayan5331 3 жыл бұрын
I'm new to flutter and your videos are very helpful. Thanks a lot sir.
@herbertarcher4785
@herbertarcher4785 2 жыл бұрын
love your tutorials... this well understood than the speed up codes . thank you
@ebusasianya9657
@ebusasianya9657 2 жыл бұрын
The best app from scratch channel on flutter. Love u man 💕💕😘
@omaryassir5885
@omaryassir5885 3 жыл бұрын
u made me love flutter!
@HHJYXH629069558
@HHJYXH629069558 3 жыл бұрын
Great tutorial! Thanks a lot!!
@tdev_s
@tdev_s 3 жыл бұрын
Thank you for your work. You are brilliant. 😀
@BreegBenjamin
@BreegBenjamin 3 жыл бұрын
Que buen tutorial amigo!
@aboubacardiallo9117
@aboubacardiallo9117 3 жыл бұрын
Thank's, you are awsome !
@tsuzuki817
@tsuzuki817 3 жыл бұрын
Thank you so much!
@madhank93
@madhank93 3 жыл бұрын
Thank you ❤️
@chuxville11
@chuxville11 3 жыл бұрын
Thanks MarcusNg
@redaabdelhamed519
@redaabdelhamed519 3 жыл бұрын
Thank You
@korndev6862
@korndev6862 3 жыл бұрын
thank you
@ipeerless6717
@ipeerless6717 Жыл бұрын
you are the best
@HoH2k8
@HoH2k8 3 жыл бұрын
Thank you for this kinda tutorials. I have a question, could you do a tutorial, how to break down designs in widgets? Thats where I really struggle. Thanks again.
@sonmangaking
@sonmangaking 3 жыл бұрын
Thanks now I won’t sleep 😴
@akifcankara2225
@akifcankara2225 3 жыл бұрын
if you have a nullable error use required const UserProfileImage({required this.imageUrl, required this.size});
@MarcoLate
@MarcoLate 3 жыл бұрын
To constrain the height of the profile image in the AppBar, just wrap it in a Row()
@muhamadfikri7263
@muhamadfikri7263 3 жыл бұрын
Great tutorial 👍 ..i want to ask about what font name for coding?
@khanmohammedaamir8900
@khanmohammedaamir8900 3 жыл бұрын
Can you make a story book app ui with splash screen , ONBOARDING SCREEN and awesome home page (your ui concept are awesome) . You are awesome man 🤠❤️❤️
@khanmohammedaamir8900
@khanmohammedaamir8900 3 жыл бұрын
@@MarcusNg thanks 😊😊
@hiteshjoshi2736
@hiteshjoshi2736 3 жыл бұрын
Hi Marcus any plans on making block tutorial?
@piyushtidke96
@piyushtidke96 3 жыл бұрын
Hey Marcus, your videos are always motivated me to do more coding. Can you please tell me how we make full clubhouse ui ux app in flutter? Please help brother....
@denniszenanywhere
@denniszenanywhere Жыл бұрын
Can I build this and use it like Clubhouse? If not, what would it take to make this functional? What do you think it is missing? Thanks
@LastVoyage
@LastVoyage 3 жыл бұрын
7:20 - does this technique come with a performance hit? Or is something like treeshaking being used there?
@michaelmboya5085
@michaelmboya5085 3 жыл бұрын
I highly doubt it has any effect on performance. It just looks so much neater than having so many import statements
@ericchua3492
@ericchua3492 3 жыл бұрын
At 20:00, you added Flexible(), do I need to have that? I removed that and couldn't see any difference. Is it normal to have flexible within expanded?
@uhsarpa517
@uhsarpa517 3 жыл бұрын
If the text is too large, you will need the Flexible widget with overflow so that the text is properly presented. Since the text in Club and Name are not overflowing, you are not noticing any difference. Marcus intentionally prints the Club and the Name three times to simulate an overflow situation.
@hamzaabdulhakim6215
@hamzaabdulhakim6215 2 жыл бұрын
@@uhsarpa517 hello please I want to make the firebase back end can you guide me
@justvikas
@justvikas 3 жыл бұрын
hot reload in my visual code doesn't work. could you tell me how you made that work?? I have already tried 'run without debugging' mode in vs code, it still doesn't work. Please help.
@YaroslavPronin
@YaroslavPronin 3 жыл бұрын
By default, we need to make ctrl-s. You can change this in the settings.
@justvikas
@justvikas 3 жыл бұрын
@@YaroslavPronin What do you mean. I didn't get that?
@YaroslavPronin
@YaroslavPronin 3 жыл бұрын
@@justvikas For hot reload to work, you need to press the Ctrl-S (or Command-S on macOS) key combination. This is the default behavior recently. If you want hot reload to be triggered on autosave, you need to change this in the Flutter extension settings
@JAIVALSAIJA
@JAIVALSAIJA 3 жыл бұрын
How are you getting the error/suggestion in the same line as the code?
@rajkrishna8143
@rajkrishna8143 3 жыл бұрын
Error lens extension Vs code
@JAIVALSAIJA
@JAIVALSAIJA 3 жыл бұрын
@@rajkrishna8143 thanks
@imranhassan8903
@imranhassan8903 3 жыл бұрын
Hi pro marcus ng can you help me i need to make source code Flutter andriod and ios Code I need source code payment online Like this clone Skrill app or netller app Did you make flutter skrill app clone UI
@andrewxu8915
@andrewxu8915 3 жыл бұрын
The jazzy anethesiologist contextually reduce because clover utrastructurally stuff at a dark richard. troubled, rainy raft
Flutter YouTube Clone UI Tutorial | Apps From Scratch
58:11
Marcus Ng
Рет қаралды 65 М.
Flutter Basics by a REAL Project
25:42
Flutter Guys
Рет қаралды 434 М.
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 34 МЛН
Я обещал подарить ему самокат!
01:00
Vlad Samokatchik
Рет қаралды 7 МЛН
Animations Package Tutorial | Flutter Package Spotlight
7:02
Marcus Ng
Рет қаралды 20 М.
Flutter Spotify Clone Desktop/Web UI | Apps From Scratch
1:00:39
Marcus Ng
Рет қаралды 124 М.
Flutter Flavors, App Icons, and Firebase Tutorial
9:39
Marcus Ng
Рет қаралды 50 М.
6 Best APP Builders For Beginners In 2024 (NO CODE)
32:39
WeAreNoCode
Рет қаралды 247 М.
Learn Web Design For Beginners - Full Course (2024)
3:07:31
Flux Academy
Рет қаралды 1,6 МЛН
Top 30 Flutter Tips and Tricks
6:50
Flutter Mapp
Рет қаралды 544 М.
Flutter COVID-19 Dashboard UI | Speed Code
37:45
Marcus Ng
Рет қаралды 91 М.
Flutter Facebook Clone Responsive UI Tutorial | Web and Mobile
1:52:12
Flutter Travel UI Tutorial | Apps From Scratch
1:02:49
Marcus Ng
Рет қаралды 465 М.