Hi! I need a drawer which should be available on all my children screens that I will navigate through my homescreen BUT NOT DRAWER. E.g. I have a homescreen having gridview of different Categories, I then select a category, in this category of items I select a particular item to explore it. This screen shows me description of the item. Hence I want my drawer to be visible from the first screen till the last mentioned screen WITHOUT COPY PASTA of my drawer code on EACH SUBSEQUENT screen. Please tell me how to implement such a drawer or please make a video on it.
is there any way how to fix the drawer when it is used in web, like for saas product, where you can close but also fix the drawer, so its always open ?
@@createdbykoko Headache. I am using Python flask to create API. There is no tutorials about connecting flutter with our own API . Even I am not finish my project. Figuring out another way. If you made video about that will be useful for lot!
have you considered creating a Udemy course on Flutter UI? I am sure you will have a couple thousand of sales. Some people were born teachers, you're one of them.
I have considered it before haha. I haven’t checked udemy lately but aren’t there already too many flutter courses on udemy? Thanks for the kind words :)
@@createdbykoko Currently there are only two courses on Udemy that are worth buying, and they cover mostly Dart, but not UI. I purchased one of them, and sadly I am learning more from your videos than from the paid course. I would gladly purchase your course.
@@borisprigozin9242 ahh i see. Yeah i will make a udemy course for Flutter UI. I love teaching UI using flutter hehe. Expect it to come soon ✌🏾 hows flutter going for you so far?? ❤️
@@createdbykoko After going through the Udemy course I thought that it is impossible to learn, but in your small tutorials you cover navigation and other things so easily, I think it will go quicker from now on. my plan is to master UI portion of it, and then slowly migrate to the state and more complex things. I am not a developer at all, but my goal is by the end of 2022 to be able to publish at least a basic app.
wut? You prolly never ever coded and saw any code or anything in your life if you say so also this is perfect, he doesnt rush, hes just dynamically presenting each widget and the problem is on your side else I would agree if that what you said would be true, but isnt, there's literally nothing to understand when it comes to the code it has 0 functionality logic and is the same way as previous widgets also you can rewind back or slowdown the video, lol
Hello. The flutter code I wrote is like this, but the Drawer menu icon is not visible because the background is white. How can I change the color of the menu icon? ------------------------------------------------------------------------------------------ appBar: AppBar( backgroundColor: Colors.grey[100], elevation: 0,
title: Text( "New Book", style: TextStyle(fontSize: 20.0, color: Colors.grey),), centerTitle: true, actions: [ IconButton( onPressed: () {}, //icon oluşturmak için bu parametre kullanılır. icon: Icon( Icons.notifications, color: Colors.grey, size: 32.0, )),] ), drawer: Drawer( child: Container( color: Colors.blueGrey[300], child: ListView( children: [ DrawerHeader( child:Center( child: Text("N e w B o o k", style: TextStyle( fontSize: 35, ),), )), ListTile( leading: Icon(Icons.home, size: 35,), title: Text("Anasayfa", style: TextStyle(fontSize: 25),), onTap: () { }, ),
🥷🏽 FOLLOW ME
Patreon: www.patreon.com/mitchkoko/
Instagram: instagram.com/createdbykoko/
Twitter: twitter.com/createdbykoko/
TikTok: www.tiktok.com/@createdbykoko/
I am learning more on this channel than anywhere else. I will continue watching your videos. Thank you very much.
I will continue watching all your recent videos
your tutorials are the best and so easy to understand. keep going!!!!
I'm loving this series!
Thank you !
Your tutorial was simple and to the point. Thank you.
In 3:22 , how you do that? After go to first page or second page, I cant access the drawer.. I have to use back button in my phone
same issue, im using pixel 6a, i guess its the emulator issue
The consistent theme of this series feels so damn right, that I never want to reach the end..
Hahaha 😝 you are a great learner 👨🏽💻❤️
🤩 I tried this 😁 your tutorial makes flutter look so easy thankuui
no problem isha 😁
wonderful, your tutorials are the best and so easy to understand. keep going
i never watched such tutorial ease to figure out 😍
Very Inspiring♥
A lot of thanks!
The best tutor 💪😍
Another exception was thrown: Navigator operation requested with a context that does not include a Navigator.
Awesome. You are doing great.
thx so much for this good tutorial but i need to ask how to specifie the color of the drawer icon in the home page which made when made the drawer
Can I limit the drawer size when it's open?
Thanks Mitch ❤️
You make it too easy for us . thank you dear .😍😍❤❤
Can you use a drawer in horizontal orientation coming from the bottom up? I’m thinking customized video controller.
How to pass data between pages?
Hi! I need a drawer which should be available on all my children screens that I will navigate through my homescreen BUT NOT DRAWER. E.g. I have a homescreen having gridview of different Categories, I then select a category, in this category of items I select a particular item to explore it. This screen shows me description of the item. Hence I want my drawer to be visible from the first screen till the last mentioned screen WITHOUT COPY PASTA of my drawer code on EACH SUBSEQUENT screen. Please tell me how to implement such a drawer or please make a video on it.
Good job bro
I've done all the previous tutorials and they are great! In this one when I open one of the pages I can't close them. Is it okay?
Why do you suggest a list tile intead of a Column widget?
is there any way how to fix the drawer when it is used in web, like for saas product, where you can close but also fix the drawer, so its always open ?
nice job
Hello, whats your tool to app mockup video ?
Bro can you do a video about how to connect python backend with flutter
yes maybe down the line I will shift focus to backend, how is backend with flutter going for you currently?
@@createdbykoko Headache. I am using Python flask to create API. There is no tutorials about connecting flutter with our own API . Even I am not finish my project. Figuring out another way. If you made video about that will be useful for lot!
@@CuddleCoder sure, i'll add this to my list of things to do :)
@@createdbykoko I am waiting!!
I always say Miko-chan in my mind😂
hi.......is it possible to add a drawer to a sliverappbar?
any way to change the icon of end drawer?
Done and dusted🥰
how to i make the app bar stay on every page ?
because it is vanishing
yo da man Mitch
Thank you
my pleasure~
plz tell me that how can u customize container decorati on show on video page @@createdbykoko
Can you do list tile
sure, but i think there are already many list tile tutorials out there? have you checked them out?
usefull
tnx broh
have you considered creating a Udemy course on Flutter UI? I am sure you will have a couple thousand of sales. Some people were born teachers, you're one of them.
I have considered it before haha. I haven’t checked udemy lately but aren’t there already too many flutter courses on udemy? Thanks for the kind words :)
@@createdbykoko Currently there are only two courses on Udemy that are worth buying, and they cover mostly Dart, but not UI. I purchased one of them, and sadly I am learning more from your videos than from the paid course. I would gladly purchase your course.
@@borisprigozin9242 ahh i see. Yeah i will make a udemy course for Flutter UI. I love teaching UI using flutter hehe. Expect it to come soon ✌🏾 hows flutter going for you so far?? ❤️
@@createdbykoko After going through the Udemy course I thought that it is impossible to learn, but in your small tutorials you cover navigation and other things so easily, I think it will go quicker from now on. my plan is to master UI portion of it, and then slowly migrate to the state and more complex things. I am not a developer at all, but my goal is by the end of 2022 to be able to publish at least a basic app.
@@borisprigozin9242 keep it up!
You're tutorials are good but you kinda just rush through it without giving us the opportunity to understand the code you're writing
wut? You prolly never ever coded and saw any code or anything in your life if you say so also this is perfect, he doesnt rush, hes just dynamically presenting each widget and the problem is on your side else I would agree if that what you said would be true, but isnt, there's literally nothing to understand when it comes to the code it has 0 functionality logic and is the same way as previous widgets also you can rewind back or slowdown the video, lol
Hello. The flutter code I wrote is like this, but the Drawer menu icon is not visible because the background is white. How can I change the color of the menu icon?
------------------------------------------------------------------------------------------
appBar: AppBar(
backgroundColor: Colors.grey[100],
elevation: 0,
title: Text(
"New Book",
style: TextStyle(fontSize: 20.0,
color: Colors.grey),),
centerTitle: true,
actions: [
IconButton(
onPressed: () {},
//icon oluşturmak için bu parametre kullanılır.
icon: Icon(
Icons.notifications,
color: Colors.grey,
size: 32.0,
)),]
),
drawer: Drawer(
child: Container(
color: Colors.blueGrey[300],
child: ListView(
children: [
DrawerHeader(
child:Center(
child: Text("N e w B o o k",
style: TextStyle(
fontSize: 35,
),),
)),
ListTile(
leading: Icon(Icons.home,
size: 35,),
title: Text("Anasayfa",
style: TextStyle(fontSize: 25),),
onTap: () { },
),
ap ya to background color change karo ya icon ka q k same color use honi ki waga say wo visible nahi h