Тёмный

Flutter Clubhouse Clone UI Tutorial | Apps From Scratch 

Marcus Ng
Подписаться 86 тыс.
Просмотров 30 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 47   
@remymumoh2577
@remymumoh2577 3 года назад
Thank you for your contribution to building the community
@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 :)
@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!
@kamalnayan5331
@kamalnayan5331 3 года назад
I'm new to flutter and your videos are very helpful. Thanks a lot sir.
@so7300
@so7300 3 года назад
awesome content! I learn a lot from your videos, best Flutter coder on RU-vid.
@bodyhanger7137
@bodyhanger7137 3 года назад
Another cracking UI Marcus. Thanks pal... ⭐️⭐️⭐️⭐️⭐️
@karmannibber9545
@karmannibber9545 3 года назад
you are doing an amazing job Marcus. So much to learn from you !!!!!
@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
@MarcoLate
@MarcoLate 3 года назад
To constrain the height of the profile image in the AppBar, just wrap it in a Row()
@omaryassir5885
@omaryassir5885 3 года назад
u made me love flutter!
@akifcankara2225
@akifcankara2225 3 года назад
if you have a nullable error use required const UserProfileImage({required this.imageUrl, required this.size});
@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
@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....
@BreegBenjamin
@BreegBenjamin 3 года назад
Que buen tutorial amigo!
@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.
@ebusasianya9657
@ebusasianya9657 3 года назад
The best app from scratch channel on flutter. Love u man 💕💕😘
@herbertarcher4785
@herbertarcher4785 3 года назад
love your tutorials... this well understood than the speed up codes . thank you
@muhamadfikri7263
@muhamadfikri7263 3 года назад
Great tutorial 👍 ..i want to ask about what font name for coding?
@chuxville11
@chuxville11 3 года назад
Thanks MarcusNg
@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 😊😊
@ipeerless6717
@ipeerless6717 Год назад
you are the best
@hiteshjoshi2736
@hiteshjoshi2736 3 года назад
Hi Marcus any plans on making block tutorial?
@tdev_s
@tdev_s 3 года назад
Thank you for your work. You are brilliant. 😀
@korndev6862
@korndev6862 3 года назад
thank you
@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
@madhank93
@madhank93 3 года назад
Thank you ❤️
@aboubacardiallo9117
@aboubacardiallo9117 3 года назад
Thank's, you are awsome !
@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
@HHJYXH629069558
@HHJYXH629069558 3 года назад
Great tutorial! Thanks a lot!!
@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
@sonmangaking
@sonmangaking 3 года назад
Thanks now I won’t sleep 😴
@tsuzuki817
@tsuzuki817 3 года назад
Thank you so much!
@redaabdelhamed519
@redaabdelhamed519 3 года назад
Thank You
@JAIVALSAIJA
@JAIVALSAIJA 3 года назад
How are you getting the error/suggestion in the same line as the code?
@apparatingToNoWhere
@apparatingToNoWhere 3 года назад
Error lens extension Vs code
@JAIVALSAIJA
@JAIVALSAIJA 3 года назад
@@apparatingToNoWhere thanks
Далее
Flutter Spotify Clone Desktop/Web UI | Apps From Scratch
1:00:39
Meta Has Changed The Game.
10:17
Просмотров 5 тыс.
Flutter YouTube Clone UI Tutorial | Apps From Scratch
58:11
Online Shop App - Flutter UI - Speed Code
31:34
Просмотров 856 тыс.
Plant App - Flutter UI - Speed Code
30:30
Просмотров 1 млн
Top 30 Flutter Tips and Tricks
6:50
Просмотров 559 тыс.
Flutter Video Calling with Agora | Apps From Scratch
7:11