Monday, March 27, 2017

Flutter - Previous Episode Update

This Video Covers:
- DrawerItem changed to ListTile
- It’s a tech preview so things are changing

main.dart source
https://gist.github.com/branflake2267/e779c4ec07c359b5cff16619d0cd5e15



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