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/
- Host: GitHub
- URL: https://github.com/abdullahchauhan/coronavirus-covid-19-tracker
- Owner: AbdullahChauhan
- License: mit
- Created: 2020-04-10T10:08:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T09:20:20.000Z (about 5 years ago)
- Last Synced: 2024-10-19T13:21:06.442Z (8 months ago)
- Topics: android, covid19, cross-platform, dark-theme, dart, dartlang, flutter, google-maps-api, ios, json-serialization, livedata
- Language: Dart
- Homepage:
- Size: 824 KB
- Stars: 25
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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