If you find this video useful, consider Following me on: Twitter: twitter.com/theretroportal Instagram: instagram.com/retroportalstudio Happy Coding! ✌️😁
@RetroPortal Studio any chance you could do a quick follow up and help to add navigation to this ?.... specifically how to put the new widgets into the body of the drawer...(and possibly how one could at this point split those 'section related' widgets into their own distinct files and still navigate to them from the drawer.) Thanks a million for any hints you can provide here.
27:33 for logo and padding i guess it s better to change your code to this bellow : child: Padding( padding: const EdgeInsets.all(8.0), child: Image.asset('images/logo.png', width: 100, height: 100,), ),
Professor, could you explain to me how to use the circle avatar in this case with local images? sorry for the arrogance is that i'm new to the flutter.
Thank you for your support! ✌😁 And need no apologies. You can do this in multiple ways with different performance benifits. but the simplest would be to wrap the Image widget in ClipRRect and then give it a border radius of half the width of image.
Hi it's a nice tutorial. I'm searching for a tutorial how to make 2 apps for example a app like uber you need 1 app for driver and 1 app for a passenger for ios and android.
Hello If possible, how can I display the user's information "name, email, and photo" inside DrawerHeader automatically after the subscriber completes the registration Note that the subscription was via googel and the firebase, and the subscription was completed, and the subscriber's information appeared in the Authentication And thanks in advance
Professor, could you explain to me how to use the circle avatar in this case with local images? sorry for the arrogance is that i'm new to the flutter.
If you find this video useful, consider Following me on:
Twitter: twitter.com/theretroportal
Instagram: instagram.com/retroportalstudio
Happy Coding! ✌️😁
@RetroPortal Studio You should be sponsored by Google! This was so clear, so concise and such a rich learning experience!
outclass sir kamal super alfaz nhi
One of the best Flutter tutorials I've found. Thanks
Mate, I can't ever thank you enough for this.
Thank you very much
This is a quite good video, you are not boring and confusing! Respect!
i still minutes from finishing this video,i want to say thanks for sharing this video.
Thanks 😍👍
Very nice tutorial, easy to understand and follow.
well explained Drawer with example. Thanks a Lot.
Very good tutorial,
thank you,
Can you make multilevel menu with sliding effect please
Thank you!
You are great. Keep going. I will wait for new videos.
I am so happy to find this awesome channel! thanks bro
Merci c'était parfait - it was perfect
hi, great tutorial, could you please also make one to explain how to navigate between pages? thank you
Thanks, exactly the kind of layout i was looking for
Thank you for video
you're goddamn good, keep up bro
Nice man... Very useful tip! Thanks
Excelente
you are very good, thank you
Thanks for this amazing tutorial! It helped me a lot! Cheers from Brazil
Thanks 🙏
hi great video. Why do you wrap everything in containers? is there a reason? The column for example
great work, mate
Excellent Tutorial. Thank You
@RetroPortal Studio any chance you could do a quick follow up and help to add navigation to this ?.... specifically how to put the new widgets into the body of the drawer...(and possibly how one could at this point split those 'section related' widgets into their own distinct files and still navigate to them from the drawer.) Thanks a million for any hints you can provide here.
Keep it up Sensei
Man I made this in Android Studio (Java) and then in Flutter. The later took less than half the time. Damn quick
27:33 for logo and padding i guess it s better to change your code to this bellow :
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Image.asset('images/logo.png', width: 100, height: 100,),
),
Yes, You are correct! 😁
Thank You
Great effort, thanks master!
Perfect....
nice video
using leading, title, trailing instead of a row would be easier, on 10:00 .
Very much helpful video, thank you
cant used leading trailing title inside row
Can u tell me how to go different pages from home, notifications, and other screens?
great work!! would have helped more by adding code in description or providing in git link!! Thanks anyways
How to use the menu to route to different pages for eg to profile or to Logout as passing the firebase signout inside the on Tap giving error
how can i change the width of the drawer? i would like it smaller. In any case thanks for the tutotial.
@RetroPortal Studio
Muito bom, só faltou as rotas
Great!!!
Question - my icons are not appearing - its as though the dependencies are broken, but I cannot tell how to resolve. Any ideas?
Thanks...
Professor, could you explain to me how to use the circle avatar in this case with local images? sorry for the arrogance is that i'm new to the flutter.
Thank you for your support! ✌😁 And need no apologies. You can do this in multiple ways with different performance benifits. but the simplest would be to wrap the Image widget in ClipRRect and then give it a border radius of half the width of image.
awesome thanks.
Thanks a lot.
Can you go over how to include on onTap to another page please?
what id menu list is larger than the window size
Should wrap this in a SingleChildScrollView or use a ListView with shrinkWrap set to true
@@RetroPortalStudio thanks for replying
can you change the icon of drawer??
You should show the finished navigation behaviour. I’m not sure if this will work for me.
very nice
thanks for that
Thank you for your support! 😊
Thanksss!
how do i populate enddrawer?
Hi it's a nice tutorial.
I'm searching for a tutorial how to make 2 apps for example a app like uber you need 1 app for driver and 1 app for a passenger for ios and android.
how to remove that grey status bar color just above the drawer?
and how to make this Drawer menu without App bar (white color)?? it mean make it to fit the screen.
bigger font and 1080 will be much helpful
thanks
Will try making it better in the next one ✌😊
How i change the COLOR of the drawer icon ?
What you didn't teach however is how to replace the Drawer() with your own custom drawer, like it says in the video title
what keyboard shortcut were you using to enclose a whole section of your code ?
don’t know if you still need this but its option ^ shift R on Mac
Best 1080p resolution.👍
I apologize i don't have 1080p display for my recording PC at this point ✌😊 Will try upgrading soon!
On tap what do we do, to go to onother page?
Yes but this App doesnt work
Increase text size. It's not visible clearly
How do I navigate to a new page when I click on one of the buttons in the burger menu? Can someone help
You have to route the button to the new page.
@@calmsounds5166 it doesn't works. onTap action do not work. I dont know why ?
Hello. The onTap: onTap, from the function gives me an error and will not start the app. What can I change there?
I fixed it. It can not be called Function onTap. Instead VoidCallback onTap;
@@7MechanicalAnimal please elaborate buddy it would be helpful
How to navigate to other pages on Tap i.e on clicking logout it should logout using firebase auth
Bro can you please put the git code in description ?
Apologies! This video is a bit old 😅 New ones always have the Git or Drive link
How to make same drawer for all pages ??
Hello
If possible, how can I display the user's information "name, email, and photo" inside DrawerHeader automatically after the subscriber completes the registration
Note that the subscription was via googel and the firebase, and the subscription was completed, and the subscriber's information appeared in the Authentication
And thanks in advance
how to navigate to other page ..please help ???
How to test flutter app in ios device?
On a Mac, run the simulator and test it accordingly. There are many tutorials online , even on official flutter website.
you always make our programming life easier. thanks a lot really. sub sub sub.
How to navigate to other pages
can i get the code of this! Thanks!
Would like the same. I dont understand why he didnt include a github
Playing a video inside drawer head pauses the video . How to avoid that ?
can you share the code please
Code source ?
where is source code bro
ربنا يهديك
its not responsive
how to navigate to nother page. I tried anythink but I cant.
duplicate name argument "child"
Professor, could you explain to me how to use the circle avatar in this case with local images? sorry for the arrogance is that i'm new to the flutter.
AssetImage();
Ensure you add those images to your pubspec.yaml.