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

https://github.com/mhmzdev/flutter-bloc-rest-api

A very basic example of calling rest api using BloC
https://github.com/mhmzdev/flutter-bloc-rest-api

Last synced: about 1 year ago
JSON representation

A very basic example of calling rest api using BloC

Awesome Lists containing this project

README

          

# BloC - REST API implementation

We will be fetching data from the internet using a REST API of COVID cases for all the countries
- API URL : https://coronavirus-19-api.herokuapp.com/countries

### 📦 Packages required
- `dio: ^4.0.4`
- `bloc: ^7.1.0`
- `flutter_bloc: ^7.2.0`
- `equatable: ^2.0.3`