https://github.com/filiph/hn_app
The HN reader app developed live on The Boring Flutter Development Show
https://github.com/filiph/hn_app
Last synced: 12 days ago
JSON representation
The HN reader app developed live on The Boring Flutter Development Show
- Host: GitHub
- URL: https://github.com/filiph/hn_app
- Owner: filiph
- License: bsd-3-clause
- Created: 2018-06-04T22:08:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T00:16:48.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T01:12:02.549Z (19 days ago)
- Language: Dart
- Homepage: https://www.youtube.com/playlist?list=PLjxrf2q8roU3ahJVrSgAnPjzkpGmL9Czl
- Size: 1.6 MB
- Stars: 488
- Watchers: 41
- Forks: 137
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- flutter-guide - The Hacker News App
README
# hn_app [](https://cirrus-ci.com/github/filiph/hn_app)
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](https://github.com/leoafarias/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](https://github.com/leoafarias/fvm) for more information.