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

https://github.com/hrishiksh/covidinapp

This App fetch Covid-19 info from an API and request is handled with bloc pattern.
https://github.com/hrishiksh/covidinapp

Last synced: 8 months ago
JSON representation

This App fetch Covid-19 info from an API and request is handled with bloc pattern.

Awesome Lists containing this project

README

          

# CovidInApp
This App uses an api to feth data from a server.
Here I am demonstrating how to handle an API reaponse using Command line

## To run this app in your machine please follow along

1. Clone this repo on your desktop
2. enter in the folder that contain all the code and run `flutter create .`
3. Then run `flutter run`

Then the app will run in your device in debug mode.

Fore more info please visit [Flutter Homepage](www.flutter.dev)

This is the Video tutorial

[![Youtube Video](http://img.youtube.com/vi/tyVHYVSs6u0/0.jpg)](http://www.youtube.com/watch?v=tyVHYVSs6u0)

You can see the Design of the App here

![App Design](assets/design.png)