FLUTTER ECOSYSTEM

filiph/hn_app

在《無聊的Flutter開發秀》中即時開發的HN閱讀器應用

hn_app 專案封面
Stars
484
Forks
130
最近推送(UTC)
2021年7月8日
專案狀態
未封存
Filip Hracek GitHub avatar
GITHUB User

Filip Hracek ↗

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

RaindeadPrague, Czechia官方網站 ↗
語言DartHTMLRubySwiftKotlinObjective-C

使用的依賴

依賴清單 19 項

所在榜單

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 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.