filiph/hn_app
The Boring Flutter Development Show पर लाइव में विकसित HN रीडर ऐप
- Stars
- 484
- Forks
- 130
- अंतिम पुश (UTC)
- 8 जुल॰ 2021
- प्रोजेक्ट स्थिति
- सक्रिय
भाषाएँ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.