filiph/hn_app
在《無聊的Flutter開發秀》中即時開發的HN閱讀器應用
- Stars
- 484
- Forks
- 130
- 最近推送(UTC)
- 2021年7月8日
- 專案狀態
- 未封存
語言DartHTMLRubySwiftKotlinObjective-C
使用的依賴
依賴清單 19 項
- moor_flutter
^4.0.0 - url_launcher
^6.0.6 - built_collection
^5.0.0 - built_value
^8.0.6 - google_fonts
^2.1.0 - http
^0.13.3 - logging
>=0.11.4 <2.0.0 - font_awesome_flutter
^9.1.0 - webview_flutter
^2.0.8 - provider
^5.0.0 - flutter
{"sdk":"flutter"} - cupertino_icons
^1.0.3 - shared_preferences
^2.0.6 - build_resolvers開發依賴
^2.0.3 - build_runner開發依賴
^2.0.4 - built_value_generator開發依賴
^8.0.6 - moor_generator開發依賴
^4.3.1 - test開發依賴
^1.15.0 - flutter_test開發依賴
{"sdk":"flutter"}
所在榜單
原始 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.