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

https://github.com/abdullahchauhan/coronavirus-covid-19-tracker

Mapping 2019-nCoV (Official source): https://systems.jhu.edu/research/public-health/ncov/
https://github.com/abdullahchauhan/coronavirus-covid-19-tracker

android covid19 cross-platform dark-theme dart dartlang flutter google-maps-api ios json-serialization livedata

Last synced: about 1 month ago
JSON representation

Mapping 2019-nCoV (Official source): https://systems.jhu.edu/research/public-health/ncov/

Awesome Lists containing this project

README

        

# Coronavirus COVID-19 Tracker

* **Data Source Repo:** - [COVID-19](https://github.com/CSSEGISandData/COVID-19)
* **API Source Repo:** - [COVID-19-API](https://github.com/mathdroid/covid-19-api)

## Screenshots

![cover](https://user-images.githubusercontent.com/26044917/79067881-2db97680-7cdc-11ea-9d47-4e853bfe50c1.png)

## Without Map

There's a different branch [without-map-feature](https://github.com/AbdullahChauhan/Coronavirus-COVID-19-Tracker/tree/without-map-feature) which not included any work related to Map. Otherwise you can follow steps mention below.

## Note about files

The following files required API_Key for Google Maps SDK.

- `android/app/src/main/AndroidManifest.xml`
- `ios/Runner/AppDelegate.swift`

### Instructions

- Get an API key at [Google Cloud Platform](https://cloud.google.com/maps-platform/)
- Follow the complete instructions here: [Google Maps for Flutter](https://pub.dev/packages/google_maps_flutter)

### Responsiveness of the app

- `There may be some issues related to responsive behavior of the app. Just because I'm not focusing on this and also because of NOT using any Media query right now ...`

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details