🍣📱 Sushi Restaurant App • Flutter Tutorial ♡

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


~ ;

⌚️TIMESTAMPS
00:00 intro page
07:09 menu
20:50 food details
29:45 add to cart
Рекомендации по теме
Комментарии
Автор

Hi Mitch. I'm a senior programmer, but beginner in Flutter... I'm learning a lot from your channel. Good job, man!

brancotube
Автор

the most clear code flutter ever from constructor, passing data among class using provider, and working with collection list of class/map.. respect from indonesia

alhambase
Автор

Just wow, its a really good tutorial 😊 I'm a beginner but its really easy to follow, really helped me in my panicked state for my homework, thank you

liwzzie
Автор

Look forward for the payment page. Hope you'll consider building a booking app as well for hotel.

yapyh
Автор

Great content in Flutter Development! Thank you so much!

jamesgarnfil
Автор

Love your videos Mitch, any chance you could do one on Push Notifications? Everyone else seems to go only as far as setting up how to receive them. It would be cool to see how to make them trigger on an action.

JSquiff
Автор

Thank you, Mitch, could you please make a tutorial video on stacked package as a state management!

MohammadAlbazel
Автор

You should show more cross platform apps that showcase flutters capabilities for mobile to desktop to web

jlm
Автор

Hey, I’ve browsed through a couple of your videos and I’m very impressed by the simplicity and clear presentation! You mentioned a beginners book but I can’t find a link. Is this still available?

I’m a complete beginner myself but have become more and more interested in creating some apps because there are situations i just can’t find apps that do things the way i want them too 😅 haha

vonSmash
Автор

Thank you for everything, are you going to continue with payment page, or this project is concluded?

mertcurcucunah
Автор

Hey Mitch, Could you perhaps show a tutorial of these apps, Social media or Sushi Restaurant app with Responsive U.I. Also a Riverpod or a GetX tutorial would be much appreciated.

tydecs
Автор

fan!!!
Could you please go for a logistic app this time, or an e-commerce app with a firebase backend. THANKS

kevinmichael
Автор

Hi Mitch Koko !!! Great tutorial 💪💪
one question : I would like to see the final price i have to pay in the 'cart page', how can i do ? Many thanks

hapchot
Автор

I don't find the link for thé flutter beginner handbook

kossnelson
Автор

What about if you add an item to the cart and it already exists in the cart? How would you add the new quantity to the existing quantity?

emwagner
Автор

Do i have to make another page for the food detail of another item? It was quite unclear on that part, the moment you finished making the food detail for Salmon sushi, suddenly the other one was already completed which left me hanging not knowing what to do

raedoce
Автор

I want to ask if there are 2 pictures I can't swipe right and left, what's the problem?

hann
Автор

Thank u bro, Pls Make Music app, i need to know how to add an audio as API or Firebase

abdiaziizgraphics
Автор

How do you get the properties of a widget to automatically start on a new line after pressing enter?? I keep needing to format the code manually and it's taking a lot of time.

// bad
Text('abc', style: TextStyle(color: Colors.white, fontSize: 20, )

// good
Text(
'abc',
style: TextStyle(
color: Colors.white,
fontSize: 20,
)
)

elysiajewel
Автор

On the details page, the price of sushi is not incrementing over the change of the quantityCount on the bottom container. Please add that feature, I would like to see how you can Implement this to your project. I really appreciate your work. 😁

asiffaizal