Great video Mitch! Could you talk more about implementing nested routes in bottom navigation bars? I feel like that is a complicated topic that isn't much talked about
Just an idea for future lessons: It would be great if you made a lesson, or a series of lessons how to customize Theme, ColorScheme. If necessary, adjust the colors in one place instead of looking for them in the widget tree. Work with dynamic colors.
Loves the videos man, thanks! Your tutorials are very clear and understandable! Do you think you could perhaps make a tutorial on State-Management/Riverpod, I don't think there are many clear tutorials on that subject here on RUclips. Would really appreciate that! Or could you make a beginners State-management/Riverpod Handbook?
Hi, i really love ur videos its very useful. As an idea for future videos: 1)tutorial how to use Navigator 2.0 2) Video about architecture in flutter, such as feature-first or layer-first
Yes, this part: "Although named routes can handle deep links, the behavior is always the same and can’t be customized. When a new deep link is received by the platform, Flutter pushes a new Route onto the Navigator regardless where the user currently is. Flutter also doesn’t support the browser forward button for applications using named routes. For these reasons, we don’t recommend using named routes in most applications."
Amazing, could you please help me with my app? it consists of 12 pages, what is the best and easiest way to build it? do i have create all the pages and buttons manually like you did?
Awesome videos as always. Please I have a problem, I am working on building an automated Attendance System using Qr code for my school project, I have a few setbacks: 1. I used a bottomNavbar it has three pages(Home, Course list, and Menu) I have two users(Student and teacher) they both have different screens for the home and course list but share the same menu page. -- how do i arrange them or set them so that when you are on the student screen it shows everything student and vice versa (for the home and course list). 2. I used the qr_flutter package to generate qrcode but it only accepts a string. -- I want to pass multiple arguments like (name:???, age:???) and be able to manipulate them when I scan. Thank you👍
Your videos are awsome, you can talk about design? In mobile applications ,etc. I can learn easily flutter, but design is so hard to init studies or something like that. Thanks! Good video.
💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass
📱 Flutter Masterclass • mitchkoko.app/
🔥 I'm coding a startup.. www.patreon.com/mitchkoko
where can i find the handbook?
ho i get this book
So clear & concise, your videos are saving me!
Haha saving you!? You are the one doing the learning and coding so good job ❤️ what are u making anyway?
Mitch always up to date than another channel.
Great video Mitch! Could you talk more about implementing nested routes in bottom navigation bars? I feel like that is a complicated topic that isn't much talked about
Brilliant, clear and obvious instructions
@@lemonyhawkheadlines7753 glad i could help! ❤️
Just an idea for future lessons:
It would be great if you made a lesson, or a series of lessons how to customize Theme, ColorScheme.
If necessary, adjust the colors in one place instead of looking for them in the widget tree. Work with dynamic colors.
Loves the videos man, thanks! Your tutorials are very clear and understandable! Do you think you could perhaps make a tutorial on State-Management/Riverpod, I don't think there are many clear tutorials on that subject here on RUclips. Would really appreciate that! Or could you make a beginners State-management/Riverpod Handbook?
🏆 Champion Mitch👍 … just like the Matildas….inspirational 👏
🇦🇺🇦🇺🇦🇺❤
Hi, i really love ur videos its very useful. As an idea for future videos:
1)tutorial how to use Navigator 2.0
2) Video about architecture in flutter, such as feature-first or layer-first
Great never tried this, will see if it works when you separate your logic from your UI.. 💜
Thank you
Your video really helped me! Thank you so much!
Which one is better to use? with or without named routes? I checked Flutter's official documentation, and they don't recommend using named routes.
Yes, this part:
"Although named routes can handle deep links, the behavior is always the same and can’t be customized. When a new deep link is received by the platform, Flutter pushes a new Route onto the Navigator regardless where the user currently is.
Flutter also doesn’t support the browser forward button for applications using named routes. For these reasons, we don’t recommend using named routes in most applications."
@@Zim_88so what are we supposed to do? They only tell us what not to do......😢
The video was awesome .
we need a video on state management
Here it is ruclips.net/video/uQuxrZE2dqA/видео.html
How do you make your apps so beautiful?❤
Tank you Mitch, cant wait for another part. Btw what do you think about GoRouter?
Where’s the link for the book please
always a like before watching
You are king. Just so you know. 🙏🙏🙏🙏
Thank you so much
Danke
Amazing, could you please help me with my app?
it consists of 12 pages, what is the best and easiest way to build it? do i have create all the pages and buttons manually like you did?
Hey Mitch, do we have to put a forward slash for routes?
Does this also works when making a bluetooth connection to a device and then switching screens? I guess the connection is lost then.
pls show us how to send notifications with flutter
Even though I do the same steps my screen background comes as black when it's supposed to be gray. Is there a way to solve this
Hey I have a question. I saw you programming in dart. I thought I must use python or Java for appp development?
Please the link to the book
Awesome videos as always.
Please I have a problem, I am working on building an automated Attendance System using Qr code for my school project, I have a few setbacks:
1. I used a bottomNavbar it has three pages(Home, Course list, and Menu) I have two users(Student and teacher) they both have different screens for the home and course list but share the same menu page.
-- how do i arrange them or set them so that when you are on the student screen it shows everything student and vice versa (for the home and course list).
2. I used the qr_flutter package to generate qrcode but it only accepts a string.
-- I want to pass multiple arguments like (name:???, age:???) and be able to manipulate them when I scan.
Thank you👍
You should definitely show how to use go router becuse flutter suggests it
ur the best
thanks. hope it helped u
How the home page leading appbar icon clicked and return u to intropage when code has nothing
That's added by default by flutter itself
I didn't find the link of book please share it
mitchkoko.gumroad.com/l/FlutterBeginnerHandbook
Wheres the book?
how i can get this book
Awesome 🎉
how to navigate from one page to whatsapp through link ?
where is the app link ?
How did you navigate without declaring the initial routes ?
Navigator.of(context).push(MaterialPageRoute((context)=> const IntroPage())); or something similar
I'm gonna start using routes because they are way simpler
Hey, good.
Hey, thanks.
Your videos are awsome, you can talk about design? In mobile applications ,etc. I can learn easily flutter, but design is so hard to init studies or something like that. Thanks! Good video.
I'm getting error while adding pages in routes. It shows an error: invalid constant value
How to solve this error?
Please help!!!!!!
💜
🫡
is there a way to write a fallback 404 route if you typed the wrong spelling or try to navigate to a non existing page?
@createdbykoko