FLUTTER ECOSYSTEM

filiph/hn_app

The Boring Flutter Development Showでライブ開発されたHNリーダーアプリ

hn_app のプロジェクト画像
Stars
484
Forks
130
最終プッシュ(UTC)
2021/07/08
プロジェクト状態
公開中
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.