Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 647 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 647 Bytes

Hacker news flutter app

Flutter project I created to study bloc architecture

Description

This is a simple app for viewing news and commentary from https://news.ycombinator.com/ .

I used bloc as the architecture of the application. I made two blocs. The first bloc is used for news data and headlines, the second is used for comment data.

The application also has a cache where data is added after a successful api request. Support for comment structure with responses and nesting level display. hacker news screenshots for github