How to Meet Deadlines

Have you ever considered that this could probably be attributed to the reason that you are yet to learn or understand how to meet deadlines? You may already know why you are stuck in a rut this past…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Flutter Navigation Drawer from Basic to Custom Drawer

When we creating a sample flutter app, it comes with the default scaffold. There is a option to set a drawer like below

Next inside the pubspec.yaml you need to import that asset. For that under the flutter add a assets section and image like below.

When you add drawer items inside the ListView it will scroll the all the child content when scroll. If you want to change that to keep the header part sticky and move only the below items you have to do some changes to the widget structure

You can call this method from any button and in here I added a FlatButton to the body and from there I am going to open the drawer. You can also add a custom button to AppBar and trigger like this to open a drawer.

Set key

Trigger

But when you add a custom button it will lose the drawer open capability. But you can use the same old method to open the drawer programmatically by calling openDrawer method.

It pretty easy to move drawer from left to right. When you are creating a drawer in the first place, it uses drawer option in Scaffold. You just need only to change that to endDrawer and the drawer will be open from the right. Also, hamburger menu will be move to the right.

Drawer inside the Scaffold accepts Widget as a parameter. Therefore we can add custom widget without using Drawer widget inside the navigation.

In here I use Container as a main widget and wrap the other content inside that. Now when you test you will be able to see a full-screen drawer.

I hope you get a better idea about navigation drawer implementation in Flutter and how to customize the drawer as you need. If you have any questions feel free to ask from me.

Add a comment

Related posts:

Apply for Canada PR from India

Moving to Canada guarantees a decent lifestyle, select desire for living and individual and master advancement. All of those people who need to move to Canada should settle as an immutable inhabitant…

WHY A GOOD TRAINING ROOM IS IMPORTANT?

Dedicated training centers have become essential for one of the most important aspects of running an organization- holding employee training sessions. Sessions held in professional setups can upgrade…

My Bank Called. I Thought It Was A Scammer

I walked into my bank last month, unsure of what to expect. I’d gotten a communication from them about one of my accounts. I assumed it was a phishing scam, but maybe it wasn’t. It’s not safe to call…