Wednesday, April 26, 2017

Flutter - JSON Decoding and Encoding

This video covers:

  • Encode JSON 
  • Post JSON with the http client
  • Get JSON with the http client
  • Decode JSON




Flutter Networking
https://flutter.io/networking/

Firebase Rest Guide
https://firebase.google.com/docs/reference/rest/database/

Firebase Data Dashboard
https://console.firebase.google.com/project/dev-sandbox-d9a97/database/data


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