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.