https://github.com/muath-ye/octo-news
This is a Flutter BLoC pattern example using built-in features of StreamController to consume https://newsapi.org/ APIs.
https://github.com/muath-ye/octo-news
Last synced: 4 months ago
JSON representation
This is a Flutter BLoC pattern example using built-in features of StreamController to consume https://newsapi.org/ APIs.
- Host: GitHub
- URL: https://github.com/muath-ye/octo-news
- Owner: muath-ye
- Created: 2022-01-14T10:15:31.000Z (over 3 years ago)
- Default Branch: father
- Last Pushed: 2022-01-14T12:02:41.000Z (over 3 years ago)
- Last Synced: 2025-01-03T12:44:30.376Z (6 months ago)
- Language: Dart
- Size: 474 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Octo News
This is a Flutter BLoC pattern example using built-in features of StreamController to consume https://newsapi.org/ APIs.
> Get new api key from https://newsapi.org/ and Add YOUR_API_KEY to ```constances/url.dart```
![]()
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.[BLoC Pattern with Flutter || State Management](https://www.youtube.com/watch?v=jIoWkct6_EM), for tutorials,
[BLoC Pattern with Flutter || State Management (Part 2)](https://www.youtube.com/watch?v=K6ETAfGZl4k), for tutorials,