FLUTTER ECOSYSTEM

filiph/hn_app

The HN reader app developed live on The Boring Flutter Development Show

hn_app project cover
Stars
484
Forks
130
Last push (UTC)
Jul 8, 2021
Project status
Active
Filip Hracek GitHub avatar
GITHUB User

Filip Hracek ↗

Builds games and silly software experiments in @flutter, @dart-lang and sometimes other technologies.

RaindeadPrague, CzechiaOfficial website ↗
LanguagesDartHTMLRubySwiftKotlinObjective-C

Dependencies used

Dependency list 19 items

Rankings

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

hn_app Build Status

A HackerNews reader app in Flutter.

Development

If the Article API gets changed, you should run:

$ flutter packages pub run build_runner build --delete-conflicting-outputs

FVM

For faster switching between versions of Flutter, this app uses the community tool called fvm.

You don't need to use it, but if you want to, then install the tool and then run everything with fvm (e.g. fvm flutter build). Read the tool's README for more information.