Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/matitalatina/randommet-flutter
- Owner: matitalatina
- Created: 2018-07-29T07:13:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T05:06:20.000Z (about 2 years ago)
- Last Synced: 2024-05-02T02:13:20.452Z (8 months ago)
- Language: Dart
- Size: 5.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`