https://github.com/sameerkash/covidapp
🏥 A flutter app for showing Covid-19 stats
https://github.com/sameerkash/covidapp
covid-19 covid19 flutter flutter-app flutter-apps flutter-examples flutter-ui
Last synced: over 1 year ago
JSON representation
🏥 A flutter app for showing Covid-19 stats
- Host: GitHub
- URL: https://github.com/sameerkash/covidapp
- Owner: Sameerkash
- License: mit
- Created: 2020-03-27T06:53:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T06:46:04.000Z (about 6 years ago)
- Last Synced: 2025-01-18T12:15:10.314Z (over 1 year ago)
- Topics: covid-19, covid19, flutter, flutter-app, flutter-apps, flutter-examples, flutter-ui
- Language: Dart
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- 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