vijethph / CovidStatsApp

A Flutter app that gives the latest Covid-19 statistics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status GitHub issues Contributors GitHub forks GitHub stars GitHub license made-with-flutter forthebadge


Logo

Covid-19 Stats App

A Flutter app that gives the updated report of Covid-19 related statistics in a neat and consistent manner.

Report Bug · Request Feature

Table of Contents

About The Project

Project working second screenshot

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.

Built With

This project is entirely built with the following components and languages:

Getting Started

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.

Prerequisites

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

Installation

  1. Clone the repo
git clone https://github.com/vijethph/CovidStatsApp.git
  1. Open the downloaded folder
cd CovidStatsApp
  1. Make sure Flutter executable is added to environment variables. Then import the required dependencies using
flutter pub get
  1. Connect your Android device to your desktop. Make sure it is properly connected by using
flutter devices

Finally run the program using

flutter run

Usage

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.

Contributing contributions welcome

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU GPL License.

Contact

Vijeth P H - @vijethph

Project Link: https://github.com/vijethph/CovidStatsApp

Thank You!

forthebadge

If you like this project, please ⭐ this repo and share it with others 👍

Acknowledgements

About

A Flutter app that gives the latest Covid-19 statistics

License:GNU General Public License v3.0


Languages

Language:Dart 97.9%Language:Swift 1.5%Language:Kotlin 0.5%Language:Objective-C 0.1%