FLUTTER ECOSYSTEM

filiph/hn_app

Der HN-Reader-App, live entwickelt bei The Boring Flutter Development Show

Projektcover von hn_app
Stars
484
Forks
130
Letzter Push (UTC)
08.07.2021
Projektstatus
Aktiv
Filip Hracek GitHub avatar
GITHUB User

Filip Hracek ↗

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

RaindeadPrague, CzechiaOffizielle Website ↗
SprachenDartHTMLRubySwiftKotlinObjective-C

Verwendete Abhängigkeiten

Abhängigkeiten 19 Einträge

Ranglisten

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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.