https://github.com/alfianlosari/CoronaVirusTrackerFlutter
Corona Virus Tracker & Advices App with Flutter
https://github.com/alfianlosari/CoronaVirusTrackerFlutter
coronavirus coronavirus-tracking dart flutter flutter-apps
Last synced: 8 days ago
JSON representation
Corona Virus Tracker & Advices App with Flutter
- Host: GitHub
- URL: https://github.com/alfianlosari/CoronaVirusTrackerFlutter
- Owner: alfianlosari
- License: mit
- Created: 2020-03-10T00:54:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T14:20:35.000Z (over 4 years ago)
- Last Synced: 2025-04-10T16:46:38.621Z (about 1 month ago)
- Topics: coronavirus, coronavirus-tracking, dart, flutter, flutter-apps
- Language: Dart
- Size: 1.49 MB
- Stars: 87
- Watchers: 8
- Forks: 54
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - CoronaVirusTrackerFlutter
README
# Corona Virus Tracker & Advices App with Flutter

## Try the web app dev preview
https://alfian-flutter-coronatracker.firebaseapp.com/## Features
- Current statistics of global total confirmed, deaths, recovered cases.
- Statistics of countries and regions total cases count
- World map with annotation pin and description of affected regions
- Datasets is provided by ArcGIS Esri Corona Virus dataset.
- Basic advice to prevent and handle virus, myth busters Q&A from WHO.## Requirements
- Min of Flutter 1.12.3 beta channel.
- iOS - Enable Google Maps for iOS API and set the API Key in `AppDelegate.swift`.
- Android - Enable Google Maps for Android API and set the API Key in `AndroidManifest`.
- Web - Enable Google Maps Javascript API and set API key in `index.html`## Getting Started
- Clone or download
- Build and Run