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.
- Host: GitHub
- URL: https://github.com/ymdarake/flutter_bloc_provider_example
- Owner: ymdarake
- Created: 2019-12-27T08:28:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T23:18:15.000Z (over 5 years ago)
- Last Synced: 2025-01-16T06:31:32.651Z (5 months ago)
- Topics: bloc-pattern, flutter, flutter-demo, flutter-sample, hackernews-api
- Language: Dart
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)