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
- Host: GitHub
- URL: https://github.com/sameeerkashyap/covidapp
- Owner: sameeerkashyap
- License: mit
- Created: 2020-03-27T06:53:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T06:46:04.000Z (about 6 years ago)
- Last Synced: 2025-07-31T23:42:00.064Z (10 months ago)
- Topics: covid-19, covid19, flutter, flutter-app, flutter-apps, flutter-examples, flutter-ui
- Language: Dart
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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