Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matitalatina/infectify-app

Infectify app | Coronavirus in Italy
https://github.com/matitalatina/infectify-app

Last synced: 10 days ago
JSON representation

Infectify app | Coronavirus in Italy

Awesome Lists containing this project

README

        

![Infectify App](assets/icons/first-page-play-store-it.png)

# Infectify App

Data from [Protezione Civile](https://github.com/pcm-dpc/COVID-19) about Coronavirus in Italy.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.io/).

## How to add secrets

### Android

If you want to add a secret in resources:

- Add it in `android/resource-secrets.xml`
- `cd android/secrets`
- `rm secrets.tar secrets.tar.enc`
- `tar cvf secrets.tar *`
- `travis encrypt-file secrets.tar`

If you want to check if it works locally:

- `cp android/secrets/resource-secrets.xml android/app/src/main/res/values/secrets.xml`