An open API service indexing awesome lists of open source software.

https://github.com/ymdarake/flutter_bloc_provider_example

Hacker News Reader written in Flutter.
https://github.com/ymdarake/flutter_bloc_provider_example

bloc-pattern flutter flutter-demo flutter-sample hackernews-api

Last synced: 4 months ago
JSON representation

Hacker News Reader written in Flutter.

Awesome Lists containing this project

README

        

# news
- Hacker News Reader written in Flutter.
- Thanks to [@ste_grider](https://www.twitter.com/ste_grider).

## Ideas
- [Lazy Loading with ListView, StreamBuilder and FutureBuilder.](https://github.com/ymdarake/flutter-tutorial-news/blob/master/lib/src/widgets/news_list_tile.dart)
- [BLoC and Provider Pattern.](https://github.com/ymdarake/flutter-tutorial-news/tree/master/lib/src/blocs)
- [Routing with parameters.](https://github.com/ymdarake/flutter-tutorial-news/blob/master/lib/src/app.dart#L20)