coffee UI 👨🏽‍💻 cloning dribbble designs using FLUTTER ♡

preview_player
Показать описание

~;

~;

Рекомендации по теме
Комментарии
Автор

I'm impressed how fast you came up with this UI. Like, 24 Minutes and this looks legit!

ninobach
Автор

As a UI/UX and Flutter developer I can really appreciate the elegance font color matching in your tutorials. Most Flutter developers are plan blunt when it comes to these things. They are coders first and the design is the afterthought. You, like me, are prioritising design first and then adding the functionality and code as you go along.

That is why I think when it comes to beautiful Flutter UI and apps your channels list as top channel compared to others which are code focused ( Nothing wrong with that ).

Plus video editing sound design is spot ON

blockchain_uiux
Автор

Yo! I’ve been watching loads of videos, but clearly the wrong ones as this is the first time I’ve actually learned something in fact loads. Just watching things like pointing the app file to the images and where it resides was so simple to follow! Seeing how the actual language isn’t that difficult to understand and then seeing it become visual has me thinking I want to learn more so I’ve subscribed! Thank you Mitch koko the pace and explanations was really helpful!

popssinor
Автор

really the flutter community needs some youtube channels like that

hemnqadr
Автор

Finally found someone create UI without speedcode, Earned my sub

hardlight
Автор

just finished your Dribble UI tutorial..Gonna follow this one now <3 keep it up.

amandngol
Автор

Thank you, i learned a lot about flutter in this video

youssefultr
Автор

I love. Still as detailed as the UI Dribble clone video. I would be delighted to follow one of your training courses.

rodriguenjountsop
Автор

uh so nice bro, i love it! btw i need part 2 please :(

asepkarbu
Автор

Just wanted to say, if anyone else sees the issue of the overflow whenever you tap on the search, add the property resizeToAvoidBottomInset: false under the scaffold in the home_page.dart file and it should be resolved

cooperhanke
Автор

Wow you are oh so talented!
Can you make a video of connecting 2 splash screens from dribble together to see how you work on logic? Perhaps with stacked library 😇😇

Thank you for this video!!

jesuslovesdanieli
Автор

Thank you for great inspiration to learn!

AndrewConfident
Автор

Thank you so much, this video make me curious to know more about "FLUTTER", really good explanation and easy method to do it
but i dont find the second part if there is one, and thanks a second time.
& sorry for my english 👍👍👍

ElectroSpirit
Автор

you are a verry proficient flutter developer

maxi-g
Автор

I did the isSelected part without waiting for you to do it. Felt very proud of myself.

ohmwai
Автор

For the coffee type I'll create a variable of type int called selectedType then change the value when a type is pressed.

And instead of using a ListView to display the types, I'll use a ListViewBuilder instead, that way I can compare the index with the selectedType to tell which was selected.

gofullstack
Автор

Hi man, your videos are very greats, I have learned much with your videos, thank you so much ;)

diegoandresfernandezbustos
Автор

If you wont supply the code, could you at least supply the assets?
I keep getting overflowed at bottom, because i dont know the size of the images in pixels.

johnniegilkerson
Автор

Bro one suggestion

We can use a variable

String selectedCoffee = 'baseCofee';

and for

isSelected: coffees[index] == coffeeType

onPressed: () {
setState((){
selectedCoffee = coffees[index];
});
}

prathameshayare
Автор

really hard to follow along without assets :(
Very educational :)

ronaldsethoga
welcome to shbcf.ru