Flutter SDK Tutorial - Building a Beautiful Sliding Side Menu Using a Drawer
What Will I Learn?
We will discuss topics such as:
- The Scaffold widget
- The Drawer widget
- The Drawer and UserAccountsDrawerHeader widget
- The ListTile widget
- Navigation
- The NetworkImage widget
Requirements
- Flutter SDK
- Github repo (for this project): https://github.com/bramvbilsen/Flutter-Drawer-Tutorial
Difficulty
Either choose between the following options:
- Intermediate
Description
In this tutorial for Flutter, I'll guide you through the creation of a material design drawer. You can follow along on both Windows and Mac and you'll be able to run the code written in this tutorial on both Android and iOS.
NOTE: I'm using the android simulator, but you can simply open an iPhone simulator to run the same code!
Be sure to ask for help in the comments if you need any. Suggestions for future Flutter tutorials are also very welcome! :)
Flutter is an SDK owned by Google to create applications for Android and iOS using a single codebase. Flutter uses the Dart programming language (also owned by Google). Flutter was in alpha when I released this video, so things might still change a bit. But the SDK is already mature enough to write some cool production apps!
Video Tutorial
Posted on Utopian.io - Rewarding Open Source Contributors