Flutter Travel UI Tutorial | Apps From Scratch

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ต.ค. 2024

ความคิดเห็น • 334

  • @JosueChamorro
    @JosueChamorro 4 ปีที่แล้ว +11

    I love that you talk through every step you take. It really helps me to better understand and visualize the implementations!

  • @mertkonti5428
    @mertkonti5428 2 ปีที่แล้ว

    Like 2 minutes in and you've solved the issues I was having. I didn't realize that box for showing what was going on was there, I didn't

  • @abolfazlrezaei2801
    @abolfazlrezaei2801 4 ปีที่แล้ว +5

    Thank you for your great examples , as a beginner that inspire me when I see such a beautiful app is developing with flutter

  • @mykmurry
    @mykmurry 4 ปีที่แล้ว +4

    Best tutorial on flutter app dev from scratch

  • @jamemamjame
    @jamemamjame 4 ปีที่แล้ว +13

    I just step into a Flutter world for 3 days, and now I found my Idol :D

  • @dontbotherreading
    @dontbotherreading 4 ปีที่แล้ว +21

    One of the best presenters out there for sure, keep doing your thing,

  • @cleanbold4967
    @cleanbold4967 2 ปีที่แล้ว +10

    Thank you so much for this tutorial❤, your teaching to analyze UI and then you starts coding each part is very helpful to understand code.✨your are different from other youtubers who are only does speed code. The way you explains everything makes you different from others🔥. Keep uploading this type of quality tutorials 🙏 it helps alot. Love from India ❤🔥

  • @Anstroy95
    @Anstroy95 4 ปีที่แล้ว +19

    Thanks man, the way you structured the models helped me a lot to understand how classes work in Dart :)

  • @gregpev
    @gregpev 3 ปีที่แล้ว

    Wow building that destination carousel was beautiful

  • @gwalaniarun
    @gwalaniarun 3 ปีที่แล้ว +1

    Amazing tutorial man.
    I am creating flutter apps for clients from 1 year now and created several apps.Still learnt some new tricks from you.
    Keep it up.

  • @hematoma7645
    @hematoma7645 4 ปีที่แล้ว

    This guy genius. The Flutter tutorial is top notch

  • @jordybaylac9470
    @jordybaylac9470 5 ปีที่แล้ว +31

    great tutorial!!! the thing with the TextOverflow on minute 00:57:32 is so 🤯🤯🤯

    • @ashfaqadib8085
      @ashfaqadib8085 4 ปีที่แล้ว +1

      I almost skipped that part thinking it'll be redundant, but boy I'm glad I didn't miss that.

    • @eduardhasanaj8620
      @eduardhasanaj8620 4 ปีที่แล้ว

      @Nigel Kipling In that case it is better to use following properties showSelectedLabels: false,
      showUnselectedLabels: false with a ermpty title.

  • @mtoheed1085
    @mtoheed1085 4 ปีที่แล้ว +4

    the way of teaching is awesome.
    Harvard university should hire you for teaching other students

  • @aalbero
    @aalbero 4 ปีที่แล้ว +1

    This is the best flutter video/tutorial I have seen so far... Congratulations!!

  • @abraiyan7984
    @abraiyan7984 4 ปีที่แล้ว +9

    OMG, those little optimizations are awesome,. Keep it up, planning to buy one of your courses. Thanks man. What I like most about this tutorial is, its just not about the UI, you can learn a lot of things about efficient programming here. The best channel to learn flutter :D

  • @imransefat8770
    @imransefat8770 4 ปีที่แล้ว +3

    Dude you deserve million subscribers! Your voice recording is so smooth and accurate. The flow of the tutorial is so much better than others. Best of luck to you brother!

  • @sobinbenny4051
    @sobinbenny4051 5 ปีที่แล้ว +4

    Love you Marcus... 💜 Waiting for more videos...

  • @lidorbt332
    @lidorbt332 4 ปีที่แล้ว +3

    Awesome tutorial!
    Nice to know: at 58:20 you can simply write
    `Text _buildRatingStars(int rating) {
    String stars = '';
    stars = stars.padRight(rating, '⭐');
    return Text(stars);
    }
    `
    the padLeft/padRight function is very useful here (especially for those, like me, who hate for loops :D)

    • @yohamxa
      @yohamxa 4 ปีที่แล้ว +1

      this literally helped me fix a bug

    • @lidorbt332
      @lidorbt332 4 ปีที่แล้ว

      @@yohamxa hehe cool!

  • @hiringcafe
    @hiringcafe 4 ปีที่แล้ว +1

    wow I significantly underestimated Flutter until I saw this tutorial... this is definitely the future!

  • @TheRvh70
    @TheRvh70 3 ปีที่แล้ว +1

    Great pace! I'm a web dev, new to app development and this is the right amount of detail to get to know Flutter. Clear explanations and just a nice example. Good stuff

  • @lylydreamy
    @lylydreamy 3 ปีที่แล้ว

    Nice explanation. easy to catch with your smooth voice.

  • @amankaushik5833
    @amankaushik5833 4 ปีที่แล้ว +1

    Awesome Design!! thanks for making this tutorial

  • @WandersonJacksonn
    @WandersonJacksonn 4 ปีที่แล้ว +15

    This is amazing, after watching your videos, I'm building my own app and going to my first Startup event with my app in hands :)

    • @indianappguy
      @indianappguy 4 ปีที่แล้ว

      that's really awesome to hear Marcus is doing good job

  • @danielakintola8000
    @danielakintola8000 6 หลายเดือนก่อน

    Thanks a lot for this video. I'm new to flutter and the video answered a lot of questions I had about UI

  • @zerofiltretech
    @zerofiltretech 4 ปีที่แล้ว

    Awesome content, i woke up this morning saying, i have to build a flutter app today, and your video just made me to that!!! thanks.

  • @Rassy_
    @Rassy_ 5 ปีที่แล้ว +4

    You event went ahead to structure the video outline in the description. Subscribed!

  • @zeldataylor9041
    @zeldataylor9041 4 ปีที่แล้ว +3

    Hey! great work. Thanks for sharing these amazing tutorials. I quickly went over to look at your Udemy course and was quite surprise not very many people had signed up yet. My advice will be to merge both courses and make the title at least have "Production-ready" somewhere in there. Leaners nowadays want 'Full' courses not just a "todo" app. I hope this helps. You deserve more people on your course. Wishing you well. Oh, one more thing, remember to add local and remote storage, apps making API calls to another backend like Laravel and how to publish the apps to both app stores.

  • @camcardow1566
    @camcardow1566 4 ปีที่แล้ว +1

    Straight and to the point. I wish all coding tutorials were like this. There's a popular Flutter course on Udemy that could be condensed by 80%. I aged going through that one.

    • @wheatonrecurrence9525
      @wheatonrecurrence9525 3 ปีที่แล้ว

      Which one? I’m doing one right now that’s like 45 hrs :(

  • @jacquelinekoo2397
    @jacquelinekoo2397 4 ปีที่แล้ว +6

    Hi, I love the way you explain your coding step by step. Thank you so much

  • @tsioryfitiavanaanhykrishna6992
    @tsioryfitiavanaanhykrishna6992 4 ปีที่แล้ว

    Perfect video for those who need to learn designing screen with Flutter, keep up the good works!!

  • @jagmohanreen
    @jagmohanreen 4 ปีที่แล้ว +5

    A very good tutorial. Very helpful. Great work

  • @lunardesigner6779
    @lunardesigner6779 3 ปีที่แล้ว

    I'm really appreciate your time. The way you explain is clear and precise

  • @sonumot5768
    @sonumot5768 3 ปีที่แล้ว

    You are awesome. I just love all your flutter tutorials.

  • @tahasamar7223
    @tahasamar7223 2 ปีที่แล้ว

    the fact that such videos are available online makes me want to cry

  • @brookephase
    @brookephase 4 ปีที่แล้ว

    Hero! Thank you very much for your help. Using this as a guide whilst building my own different app. Thanks again!

  • @HashemRC
    @HashemRC 4 ปีที่แล้ว +1

    I loved your tutorial and your confident speaking. man Keep going. I want to see more from you.

  • @CedricYarishVideo
    @CedricYarishVideo 4 ปีที่แล้ว +18

    Amazing tutorial, you're a flutter pro

  • @erbaymavzer6241
    @erbaymavzer6241 4 ปีที่แล้ว +1

    Normally i don't comment on a video but that's tutorial is really good !!

  • @bm2ilabs
    @bm2ilabs 4 ปีที่แล้ว

    One of the best tutorials for sure. Please keep this . You have a great way to code and explaining.

  • @wayandanyaeleco4969
    @wayandanyaeleco4969 2 ปีที่แล้ว

    Subbed ! looking forward for more videos like this. Very informative . Thumb up

  • @jimmmaximilia2913
    @jimmmaximilia2913 5 ปีที่แล้ว +1

    great tutorial video marcus! can't wait for your next video.

  • @muurimc
    @muurimc 3 ปีที่แล้ว

    This is really great tutorial / video. Just watching and learning

  • @kelvinroy-omoni9921
    @kelvinroy-omoni9921 4 ปีที่แล้ว +1

    Wonderful tutorial. I just learnt alot about flutter layouts

  •  2 ปีที่แล้ว

    Thanks man, keep making videos like this

  • @SisirKumarPathy
    @SisirKumarPathy 4 ปีที่แล้ว

    You are awesome bro. The presentation is just perfection. Please do make more such videos.

  • @giacomolombardi3145
    @giacomolombardi3145 5 ปีที่แล้ว +4

    Smoothest flutter Tutorial I’ve seen so far + the time stamps 🙌🏻

  • @Lightandsoundtech
    @Lightandsoundtech 3 ปีที่แล้ว +1

    Awesome tutorial! Though I felt absolutely compelled to change one of the hotels to Fawlty Towers. 😉

  • @sameh_elmahdy
    @sameh_elmahdy 10 หลายเดือนก่อน

    i can comment after 3 years >>>>> good job

  • @sameh_elmahdy
    @sameh_elmahdy 4 ปีที่แล้ว

    Great thanks from Egypt

  • @nguyentrongai2947
    @nguyentrongai2947 5 ปีที่แล้ว +1

    very useful lesson. tks Marcus

  • @umamaheswari7400
    @umamaheswari7400 4 ปีที่แล้ว

    This is so cool and you have explained so simple manner, thank you so much . By seeing this video I have started to learn flutter

  • @bugno5196
    @bugno5196 3 ปีที่แล้ว

    i like your video very much Follow the steps, easy to understand. Thank you very much.

  • @khfirst6657
    @khfirst6657 3 ปีที่แล้ว

    Good talk and easy to understand

  • @angelomeloin1
    @angelomeloin1 3 ปีที่แล้ว

    Thanks! This tutorial was amazing!

  • @nabeelalawadhi6283
    @nabeelalawadhi6283 4 ปีที่แล้ว

    Thank you so much for sharing this info and design

  • @theoking33
    @theoking33 4 ปีที่แล้ว +2

    Hay man your tutorial videos are definitely the best and easiest to follow, you are extremely good at coding and professional, do you have any apps on the App Store and do you ever make apps for money for other people? I have paid to get one app made but still have heaps of other ideas I would like to bring to life, I’m gonna start learning to code myself, you just seem really good, I followed your Facebook page

  • @oimpiedoso
    @oimpiedoso 4 ปีที่แล้ว

    Thank you, Marcus! Great tutorial, big hug from Brazil

  • @a1tem
    @a1tem 4 ปีที่แล้ว

    Thank you Markus, great tutorial!

  • @lifeok6188
    @lifeok6188 5 ปีที่แล้ว +1

    As always, thank for the quality content

    • @emeksempiretv7344
      @emeksempiretv7344 3 ปีที่แล้ว

      @@MarcusNg please how did you paste the star icon as text. How was that possible?
      am stucked here!. help me.

  • @ProgrammingwithPeter
    @ProgrammingwithPeter 5 ปีที่แล้ว

    This looks stunning! keep it up with these!

  • @ismailkoyuncu5518
    @ismailkoyuncu5518 3 ปีที่แล้ว

    Great work so really very good explations ! Thanks sir.

  • @MartinPerez-mi1ty
    @MartinPerez-mi1ty 4 ปีที่แล้ว

    Your videos are gold, thank you so much

  • @sreekumarmenon
    @sreekumarmenon 4 ปีที่แล้ว +3

    would love to see responsive design in future tutorials , lot of the hard code numbers (padding ,width) only work on the device shown in this tutorial?

  • @bashir26
    @bashir26 4 ปีที่แล้ว +1

    Great great great tutorial!

  • @nicoladellino8124
    @nicoladellino8124 8 หลายเดือนก่อน

    Great and useful video, THX bro.

  • @felixjordan6346
    @felixjordan6346 4 ปีที่แล้ว +1

    Awesome tutorials..... You are amazing Flutter Pro keep the good work up and we are here to learn from you and to support you as well. could you please make an auto-pilot travel affiliate app in flutter where users can make bookings, purchase items from e-commerce site, etc? I love to see that. Thank you

  • @kingsleyusoro6349
    @kingsleyusoro6349 4 ปีที่แล้ว

    Awesome content bro, really appreciate these content

  • @kdrvmv
    @kdrvmv 4 ปีที่แล้ว +1

    Nice and clean tutorial. Keep up the good work! For future videos, could you do some on interaction with firebase, mapbox, or anything related to geolocation?

  • @justright8988
    @justright8988 4 ปีที่แล้ว +1

    Thanks a lot for this, it helped with my MVP

  • @prshendra
    @prshendra 4 ปีที่แล้ว

    Just finished following tutorial yeeey!

  • @rifqifauzan3490
    @rifqifauzan3490 3 ปีที่แล้ว

    Thanks a lot, nice explain step by step it is very helpful for me

  • @RbyLearning
    @RbyLearning 2 ปีที่แล้ว

    Thank you sir you did extremly well.

  • @cryptakoyaki4538
    @cryptakoyaki4538 4 ปีที่แล้ว

    There isn't an awesome video like yours in Japanese. Thank you so much!

  • @sandalphonarcangel527
    @sandalphonarcangel527 4 ปีที่แล้ว

    Newbies here coming for help - thanks for the video . positive .

  • @vincent8437
    @vincent8437 2 ปีที่แล้ว

    thanks for sharing this bruh ...it's very useful

  • @abodeservants6565
    @abodeservants6565 5 ปีที่แล้ว

    Simply Awesome and great on the spot

  • @truelectro
    @truelectro 3 ปีที่แล้ว

    Aspirational stuff. 🔥

  • @ahmedbaig8543
    @ahmedbaig8543 ปีที่แล้ว

    Thank you so much brother I really love your work and effort for us Much Appreciated Peace...

  • @plasmoxy
    @plasmoxy 4 ปีที่แล้ว +1

    Very relaxing tutorial lol, thank you!

  • @HuyenNguyen-ve4gn
    @HuyenNguyen-ve4gn 4 ปีที่แล้ว

    Amazing! Great Tutorial!

  • @themomentier
    @themomentier 5 ปีที่แล้ว +2

    Thank you so much for this vide, I learnt a lot and was able to follow along and create the app. please keep making more such tutorials.

  • @mukhammad-rakhimkhonrustam5839
    @mukhammad-rakhimkhonrustam5839 4 ปีที่แล้ว

    great tutorial! Thank you so much!

  • @buiquangthinh3732
    @buiquangthinh3732 4 ปีที่แล้ว

    Thanks a lot, Marcus

  • @emretaskran5483
    @emretaskran5483 5 ปีที่แล้ว +1

    Waoow, your videos are very good and long. I subscribed. Please, continue the long videos.

  • @farookjamal1556
    @farookjamal1556 4 ปีที่แล้ว

    You r amazing.hope to see more like this

  • @anoop4real115
    @anoop4real115 4 ปีที่แล้ว

    Nice tutorial thanks for sharing

  • @BrianAkaBear
    @BrianAkaBear 5 ปีที่แล้ว +1

    Great video!!! VERY INFORMATIVE...

  • @davidifeanyi6809
    @davidifeanyi6809 4 ปีที่แล้ว +1

    Nice work

  • @Makip
    @Makip 4 ปีที่แล้ว

    Thanks so much! I've subscribed! :D

  • @Dev-signer
    @Dev-signer 4 ปีที่แล้ว +1

    It's a great tutorial. I am very helpful while studying. thank you!

  • @adbhai3368
    @adbhai3368 2 ปีที่แล้ว

    Amazing work

  •  4 ปีที่แล้ว

    great video as always. thanks.

  • @maulahaz
    @maulahaz 4 ปีที่แล้ว

    The tutorial that i'm looking for, nice and clear narration and description... Many Thanks.

  • @waqasashraf1984
    @waqasashraf1984 4 ปีที่แล้ว

    Excellent explanation....

  • @NikhilKumar-vf9nv
    @NikhilKumar-vf9nv 5 ปีที่แล้ว +1

    Thanks for you effort marcus(More Informative!!)

  • @rampun5788
    @rampun5788 4 ปีที่แล้ว

    Thank you for this great tutorial.. learned a lot

  • @rafi_45
    @rafi_45 4 ปีที่แล้ว

    cool. I can learn it during this pandemic. thank you anyway..

  • @NamHoang-hc3dx
    @NamHoang-hc3dx 4 ปีที่แล้ว

    Your tutorial is awesome ! thank you teacher

  • @salahuddinshaikh7847
    @salahuddinshaikh7847 4 ปีที่แล้ว

    Great tutorial, really helpful

  • @mariembenzineb4522
    @mariembenzineb4522 5 ปีที่แล้ว

    Great work sir , keep it up