This is an app written in flutter to track the latest cases of COVID-19 around the world. It fetches data from the disease.sh API. It displays the data in a beautiful UI.
You can download the compiled apk from the releases page
- Realtime Search
- Live Data
- Graph
- Individual Country Data
- FAQs and Relevant Links
- Pull to refresh
Clone the project
$ git clone https://github.com/IAmMaulik/flutter_covid_tracker
Go to the project directory
$ cd flutter_covid_tracker
Install dependencies
$ flutter pub get
Compile
$ flutter build apk