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

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.

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```


flutter httpclient REST API

## 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,