A Flutter app that gives the updated report of Covid-19 related statistics in a neat and consistent manner.
Report Bug
·
Request Feature
This is a Flutter app that uses Flutter UI Kit and Novel Covid API to retrieve the latest Covid-19 related statistics, and display them in a consistent manner. It displays various information related to the disease, such as worldwide confirmed count, most affected countries, and state-wise confirmed cases with respect to the country India. The app is also available in Kannada language.
This project is entirely built with the following components and languages:
The Android app, and its Kannada version are available in the Releases section, which can be directly downloaded and installed. To get a local copy of the program up and running, hence manually building the project, follow these simple steps.
Java Runtime Environment(JRE)>=8, Android SDK API level 28, and Flutter SDK should be installed. After installation, check Java version, and Flutter configuration using
java --version
flutter doctor
- Clone the repo
git clone https://github.com/vijethph/CovidStatsApp.git
- Open the downloaded folder
cd CovidStatsApp
- Make sure Flutter executable is added to environment variables. Then import the required dependencies using
flutter pub get
- Connect your Android device to your desktop. Make sure it is properly connected by using
flutter devices
Finally run the program using
flutter run
Once the app starts, you can check the Worldwide statistics related to Covid-19, most affected countries. The 'Regional' button opens the state-wise information about India. There is also a 'Frequently Asked Questions' page based on guidelines from WHO.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU GPL License.
Vijeth P H - @vijethph
Project Link: https://github.com/vijethph/CovidStatsApp
If you like this project, please ⭐ this repo and share it with others 👍