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
- Host: GitHub
- URL: https://github.com/mhmzdev/flutter-bloc-rest-api
- Owner: mhmzdev
- Created: 2022-02-20T05:17:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T05:32:44.000Z (about 4 years ago)
- Last Synced: 2025-02-09T23:27:41.581Z (about 1 year ago)
- Language: Dart
- Size: 91.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`