is it possible in this package to add circle avatar and the text on the top left corner I am trying for couple of hours didn't get any result just it open another drawer with profile
I have a custom menu icon when i clicked it shows default app bar with its menu button when i click that the hidde drawer will open but not in my custom icon
Hey Man thats a great tutorial most of person not showing the adding deps so thanks for all informations but ı use main page home command for splash screen so ı tried some more things to implement but ı couldnt integrate the hidden drawer to my application do you have any suggestions. void main() { future: Firebase.initializeApp(); runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, home: SplashScreen(), ); } } my main.dart
🔥📱 Flutter Templates • mitchkoko.app/
🥷🏽📱 Minimal Social App • mitchkoko.gumroad.com/l/MinimalSocialApp
💰📱 Minimal Ecommerce App • mitchkoko.gumroad.com/l/MinimalEcommerceApp
you are fr the reason i open youtube , thanks smmmmm
Aye my pleasure random person 👨🏽💻❤️
Bro I love you videos they are so informative , you’re always introducing me to new packages that I can implement and make my apps look nicer🔥🔥👌
Glad it helps :) thanks for the comment, means a lot to me 👨🏽💻❤️
Thanks bro, it’s very efective.
No problem broo ❤️
All of your subscribers love aesthetics including me.🎉🔥
good to know hehe, i also love aesthetics 😛
beautiful... I like this drawer too .. Please create a video on your IDE settings ..
Awesome bro, love it!!!!
Lovely UI
Amazing video!!
But how do I onTap in this?
thanks for the tutorial, it really helped me! Once again, thank you
Awesome ! Thx !
great video ! thanks
Hi mitch, i wanna say thank you so much for this great tutorial, but i wanna ask how to add sub menu to this hidden drawer??thank you
Can we use this with the bottom nav baar and show button and pages on the hidden drawer
Yeah of course! did you try yet?
@@createdbykoko i try it but i face some problem while making bottom nav bar with hidden drawer
another useful tutorial, thanks keep it up.
thanks for the comments Beacon of Hope :D
@@createdbykoko how can I add icons and images in this hidden drawer? Can you tell me please?
Wonderful
yeah flutter is very wonderful :D
What tool are you useing for make the domo applications preview videosplease?
nice!
God bless you ✌️🙌
Hahaha ✌️✌️
is it possible in this package to add circle avatar and the text on the top left corner I am trying for couple of hours didn't get any result just it open another drawer with profile
hey Mitch can I use this package with sliver app bar
how to align the items in drawer on the top? i want to design it like in a normal drawer for my users profile pic etc.
Use it inside a positioned widget maybe, try and let me know if it worked
hey, can this be achievable using hook widget? trying to avoid stateful widget
can I open it from the right side instead of left side? if yes then pls tell me how?
bro how to add icons in front of the text !!!! Thanks in advance
how to put icons in there?
does anyone know how to customize that bar from where you can access the hidden drawer
I have a custom menu icon when i clicked it shows default app bar with its menu button when i click that the hidde drawer will open but not in my custom icon
disableAppBarDefault: true,
Hey Mitch, when I am using this widget, the text 'Homepage' is left-aligned. Is there any way to make it center-aligned?
select it, click on the yellow light bulb and wrap it with a Center widget and youre done
Create custom appbar with the help of container
Any particular type of app bar you are looking for?
@@createdbykoko just a simple appbar with so we can use in web,tablet and mobile with the help of container we know flutter is all about widgets
@@vikaskumar-ie4mb like this ? th-cam.com/video/IdyPjhBqXlg/w-d-xo.html
Please create this widgets without package and i definitely sure you will get more subscriber
thanks for the feedback :)
😍❤🔥
👨🏽💻❤️
Can i know how you make intro like that?
i made a video for this :) th-cam.com/video/jJH1rTYjZQM/w-d-xo.html
anyone knows how to add icons to those menu items?
source code?
Hey Man thats a great tutorial most of person not showing the adding deps so thanks for all informations but ı use main page home command for splash screen so ı tried some more things to implement but ı couldnt integrate the hidden drawer to my application do you have any suggestions.
void main() {
future: Firebase.initializeApp();
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
home: SplashScreen(),
);
}
}
my main.dart