https://github.com/heejongahn/galpi
🔖 📱 A book logging app built with Flutter
https://github.com/heejongahn/galpi
Last synced: 8 months ago
JSON representation
🔖 📱 A book logging app built with Flutter
- Host: GitHub
- URL: https://github.com/heejongahn/galpi
- Owner: heejongahn
- License: mit
- Created: 2019-05-13T14:00:33.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-06T06:33:37.000Z (over 3 years ago)
- Last Synced: 2024-08-04T01:17:40.748Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 20.5 MB
- Stars: 71
- Watchers: 4
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - galpi
README
# galpi

Book logging app made with Flutter.
## Build
There are some secret files required for the build.
These files include credentials for android build, firebase and more.
For CI build, they should also be uploaded to travis CI (as env variables) after encryption.
Encryption and upload of secrets are done by npm scripts. (Node and Travis CI is needed)
For more details, see `scripts/archive_secrets.js` file.
```sh
yarn secrets:archive
yarn secrets:sync
```
## Deployment
### iOS
```
flutter build ios --build-number=$(date "+%Y%m%d%H%M%S")
```
### Android
(TBD)