FLUTTER ECOSYSTEM

filiph/hn_app

The Boring Flutter Development Show에서 라이브로 개발된 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.