Saturday, March 11, 2017

Creating a Navigation Drawer in Flutter

This video covers creating a navigation drawer in flutter.


Flutter:
https://flutter.io/

Drawer Demo with more code to look at:
https://github.com/flutter/flutter/blob/master/examples/flutter_gallery/lib/gallery/drawer.dart#L308

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...