FLUTTER ECOSYSTEM

filiph/hn_app

The Boring Flutter Development Show पर लाइव में विकसित HN रीडर ऐप

hn_app प्रोजेक्ट कवर
Stars
484
Forks
130
अंतिम पुश (UTC)
8 जुल॰ 2021
प्रोजेक्ट स्थिति
सक्रिय
Filip Hracek GitHub avatar
GITHUB User

Filip Hracek ↗

Builds games and silly software experiments in @flutter, @dart-lang and sometimes other technologies.

भाषाएँ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.