The intent for this app is before you visit a venue you can check if there have been any confirmed cases or retrospectively check if you have been to any location with confirmed cases.
Download APK: Link
To install and setup Flutter, follow the instructions here.
Create a new project on Firebase.
- For iOS, create an iOS app and download the config file
GoogleService-info.plist
, and place it underios/Runner/
. Open Xcode and selectios/Runner/Runner.xcworkspace
to open it as the project. Drag the config file into Xcode underRunner
and make sure to add it to all targets. - For Android, create and Android app and download the config file
google-services.json
, and place it underandroid/app/
.
Enable Anonymous sign in in the Authentication tab.
Enable Realtime Database by going into the corresponding tab.
Follow the instructions here to setup Google Maps.
Follow the instructions here to fetch and store the data.
Navigate back to the root of the project and run the command below to install the Flutter packages:
flutter pub get
Run the code generator:
flutter pub run build_runner build
Run the app:
flutter run