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.
- Host: GitHub
- URL: https://github.com/hrishiksh/covidinapp
- Owner: hrishiksh
- License: mit
- Created: 2020-03-31T16:54:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T18:16:43.000Z (over 5 years ago)
- Last Synced: 2025-01-05T04:20:08.764Z (10 months ago)
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](http://www.youtube.com/watch?v=tyVHYVSs6u0)
You can see the Design of the App here
