This application is an implementation of Hacker News Api. The application fetches the top news ids and its properties. The app then displays the tops news story and the their comments on the second page.
The app uses Flutter ListView.builder() widget and redux to implement efficient data loading techniques despite the complexity of Hacker News Api.
Download the flutter sdk Here. Follow the steps provided and you are good to gooooo.