Hi there, I'm Michael! I'm a brand-new Flutter developer, so I've been looking for tutorials and this series is perfect! I'm actually crying from joy at how well you explain things, and I love that you add best practices at the end, because that's exactly the kind of thing I've been looking for. Thanks so much for this content!
@createdbykoko7 ай бұрын
@@Michael-The-Composer happy it helps :)
@mmathems395 Жыл бұрын
Many thanks for this content Mitch, and for recommending it to me. In this video was more than what I needed to get me to where I'm trying to reach : )
@shamshaider77062 жыл бұрын
great sir your one of the best teacher of flutter and also thanks to guide me ..
@001Debjeet3 жыл бұрын
please make a video on detailed state management
@da_74023 жыл бұрын
Some of are beginners God bless You are a Great work.
@createdbykoko3 жыл бұрын
I'm glad you find it useful :)
@mruduladdipalli54173 жыл бұрын
BottomNavigationBarType.Fixed was new and useful concept
@gdsantos2002 Жыл бұрын
Fantastic tutorials man, great work!
@oswaldoolea28895 ай бұрын
hello, the image of the tutorial shows some neumorphic buttons, but the tutorial is with normal buttons?... anyway thanks for the tutorial, nice and cool
@brotherthegrest Жыл бұрын
this man is amazing
@createdbykoko Жыл бұрын
💜💜💜
@crazy-man3 жыл бұрын
interesting video format, the brain is not overloaded, you can learn something new about each widget
@abdulrahmanshalabi56882 жыл бұрын
Your explanation is very clear thanks
@alaminislam-fq9jc3 жыл бұрын
your explanation and video quality in awesome, thank you sir.
@dvasq7802 жыл бұрын
This was super helpful, thanks!
@ganeshbhat57613 жыл бұрын
Was just working on bottom nav, Quick question, is there a way to handle padding to add/ reduce width between BottamNavigationBarItem?
@mmathems395 Жыл бұрын
The problem I'm having seems to be from not starting my app from scratch before adding the BottomNavBar. So, I can get the example to work when it's a blank app, but when I try it with already-created screens, the menu notices the screen taps and the selection, but the screen won't change ... So next I'll try a blank class with just a BNB, and then I'll pick out the screens. It seems that that might work.
@mmathems395 Жыл бұрын
Finally! I got it to work : ) Turns out to be a much simpler setup than I thought. Thanks again for your input.
@justincoding2 жыл бұрын
how to remove bottom navigation bar on specific page
@SwapnilDharu8 ай бұрын
Very Helpful , Thank you...
@danialothman3 жыл бұрын
Hey @Mitch Koko, I love the vids man. Just wondering, what Mac exactly are you using? MacBook air 8GB RAM or something better?
@Rey_Yuuki5 ай бұрын
Bro please make a custom design navigation bar
@yasasb4182 жыл бұрын
Thank You Very Much
@createdbykoko2 жыл бұрын
You are welcome :D
@TopGearTechnics9 ай бұрын
Hey KOKO, here I'm again! 😅 .. The issue I was facing is cleared with this video.. But the nested Navigation isn't working! The navigation and appBar is going away!! I mean.. in appBar "action" I had a profile page.. in BNB I have a same profile page too.. when I press on appBar's profile.. it don't show the BNB! little help again please!! 🙏
@TopGearTechnics9 ай бұрын
I really apretiate the response 🥹.. Like u r working on the video for this.. or something please 🙏
@orion1701 Жыл бұрын
What if a page is inside the homePage?
@stevenhoang41422 жыл бұрын
Very niceeee video !!!!
@Sdscon3 жыл бұрын
God bless you for this bro
@AsimKhan-n5d5r11 ай бұрын
Helped alot ;)
@metinhasan6110 Жыл бұрын
Thank you for the nice video
@tochukwuugwu37382 жыл бұрын
This is very helpful
@createdbykoko2 жыл бұрын
Ayeee glad it helps you brother!! ❤️❤️
@danielnelson9996 Жыл бұрын
Hey Mitch, awesome tutorial! QQ - why do you have a separate home and homepage dart file? wouldn't it be easier to have them consolidated? Or is it best practice to have one main homepage file with more code (like having the bottomNavBar widget) so the rest of the pages are clean and consistent?
@createdbykoko Жыл бұрын
Hey Daniel great question. Although yea you can do it all in one file, if you’re coding up many screens in one file then it might become too long and hard to read. Especially since the pages of a real app would have more than just a text widget. I would say it’s good to separate the pages out into separate files. ❤ hope that helps
@HimangshuB2 жыл бұрын
How to make dafault selected item false
@PurviGodhaniАй бұрын
Make in routes using
@shansalaayodya81493 жыл бұрын
Done and dusted🥰
@Mohsin_Chaudary8 ай бұрын
I love you Sir
@mehmetaltinsoy5253 жыл бұрын
Thank you
@chahinezremaci45162 жыл бұрын
merciiiii
@IndianStreetGameShow153 жыл бұрын
Good Jobs.....
@EKMTech11 ай бұрын
tnx
@yusra5100 Жыл бұрын
Hi, firstly thanks for awesome tutorial, I used : selectedIconTheme: IconThemeData(color: Colors.amber,size: 30), unselectedIconTheme: IconThemeData(color: Colors.blue,size: 30), The size has changed but the colors have not, can anyone help me understand why?
@ChristianMora2 жыл бұрын
Hi, I have an existing body: in my code, How I can add your body: _pages[_selectedIndex], ? I can't have two Thanks