Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matitalatina/infectify-app
- Owner: matitalatina
- License: gpl-3.0
- Created: 2020-03-08T20:12:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T10:00:59.000Z (over 2 years ago)
- Last Synced: 2024-11-11T18:18:07.633Z (2 months ago)
- Language: Dart
- Homepage:
- Size: 9.15 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`