A new Flutter application.
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.
Clone this project on your Windows/Mac/Linux.
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.xml
and search forcom.google.android.geo.API_KEY
. Add your key to theandroid:value
property. - iOS - open
ios/SafePaths/AppDelegate.m
and search forGMSServices provideAPIKey
and replace line with[GMSServices provideAPIKey:@"YOUR_API_KEY"];
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.