Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matitalatina/randommet-flutter

Shuffle your life!
https://github.com/matitalatina/randommet-flutter

Last synced: about 2 months ago
JSON representation

Shuffle your life!

Awesome Lists containing this project

README

        

# RandomMet - Flutter version

Having fun with Flutter.

![RandomMet Flutter](./resources/randommet-flutter.gif)

## Getting Started

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

## How to add secrets

### Common

If you want to add a secret in common `assets/secrets.yml`:

- Modify `assets/secrets.yml`.
- `cd assets`
- `travis encrypt-file secrets.yml`

### Android

If you want to add a secret in resources:

- Add it in `android/resource-secrets.xml`
- `cd android/secrets`
- `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`