App built for Day 3 of Flutter Study Jam BBSR
In this one, we are building a simple application that returns a List of Trending Github Repos by calling this API. The JSON parsing is done using dart:convert library in Flutter.
The entire development process is divided into three branches : PartOne, PartTwo, PartThree
For help getting started with Flutter, view our online documentation.