Kunal1198 / coviewer_flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoViewer Flutter

This is a Flutter app that shows data and charts about the Covid 19 disease evolution in a majority of countries in the world.

Libraries Used

API

I've used the Pomber/Covid19 Json time-series as the major API. It can be found in https://github.com/pomber/covid19. Thanks for making it available to all of us!

APK

Android Build and install a release version on Android.

Build the APK From the command line:

  1. Enter cd <app dir>
    (Replace <app dir> with CoViewer directory)
  2. Run flutter build apk --split-per-abi
    (The flutter build command defaults to --release.)

Install the APK on a device

Follow these steps to install the APK on a connected Android device.

From the command line:

  1. Connect your Android device to your computer with a USB cable.
  2. Enter cd <app dir> where <app dir> is CoViewer directory.
  3. Run flutter install.

Getting Started

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Setting up the Project

  1. Go to the project repo and fork it by clicking "Fork"
  2. If you are working on Windows, download Git Bash for Windows to get a full Unix bash with Git functionality
  3. Clone the repo to your desktop git clone https://github.com/YOUR_USERNAME/coviewer_flutter.git
  4. Open the project

How to contribute..??

If you are reading this README.md file then you have already opened the repository. Now you can go to the ISSUES section on top (beside CODE section). There you will find various issues and you can choose one or multiple to fix.

To fix the issue read the requirement properly and understand the issue, then you can fork a copy of the project so that you can work on it locally on your system. You can also read above on how to run the code locally. After fixing the code you can generate a pull request to the maintainer of this project. Who will then verify the project and revert back to you with his feedback, and accordingly you can make changes. If the maintainer is satisfied with your work, he will merge your patch in the project.

About


Languages

Language:Dart 76.7%Language:Ruby 19.0%Language:Swift 3.7%Language:Kotlin 0.5%Language:Objective-C 0.1%