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

https://github.com/sameeerkashyap/covidapp

🏥 A flutter app for showing Covid-19 stats
https://github.com/sameeerkashyap/covidapp

covid-19 covid19 flutter flutter-app flutter-apps flutter-examples flutter-ui

Last synced: 19 days ago
JSON representation

🏥 A flutter app for showing Covid-19 stats

Awesome Lists containing this project

README

          

# Covid-19 App

A Flutter app to display the spread of covid-19 in India.

API
The detilas of the API being use is [api-covid19-in](https://github.com/amodm/api-covid19-in)

The entire documnetation is available on the repo.

## Use the following naming conventions
< name >_screen.dart for UI screens

< name >_widget.dart for custom widgets

## Contributing

* Fork the repo.
* Clone it.
* Create and checkout to branch < feature_name >.
* Submit a Pull Request.

Please submit screenshots in PR and document your code