Sunday, March 12, 2017

Create a Navigation Drawer

I took it up a notch and created another video to show how to create a navigation drawer in a flutter app. But this time I use the DrawerHeader and DrawerItem with a material design icon and then when you press on it, go to a new activity using a route to a stateless widget.

Find out how to create a simple Stateless widget and use it as an activity. And then use the Navigator to navigate to it from the drawer item ontap or onpress event.


No comments:

Trying out the Dart Analysis Server

I wanted to see how the Dart Analysis Server was put together and worked. I started looking to see how I could wire it up and try out the co...