/corona

A Small Contribution towards the Community to fight COVID-19

Primary LanguageDart

corona

A new Flutter application.

Development Overview

This project is a starting point for a Flutter application.

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.

Developer Setup

Clone this project on your Windows/Mac/Linux.

Google Maps API Key

You will need to generate a Google API key in order for the mapping features to work correctly. Refer to this guide guide in order to create the API key.

Once created you will need to add it to two different places in the project. One for Android and one for iOS.

  • Android - open android/app/src/main/AndroidManifest.xmland search for com.google.android.geo.API_KEY. Add your key to the android:value property.
  • iOS - open ios/SafePaths/AppDelegate.m and search for GMSServices provideAPIKey and replace line with [GMSServices provideAPIKey:@"YOUR_API_KEY"];

App Overview

Corona is a FLutter app that allows you to get GPS trails of Affected people your own phone. The information is can be used to tract the movements of an affected person or can be used by an individual to avoid going to places which might be affected due to presence of a covid-19 patient nearby.Users have complete authority to share or keep their information discreet.