Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mftruso/st-andrew-novena
Mobile app for praying the St. Andrew Novena prayer 15 times daily
https://github.com/mftruso/st-andrew-novena
android catholic christmas flutter ios prayer
Last synced: about 1 month ago
JSON representation
Mobile app for praying the St. Andrew Novena prayer 15 times daily
- Host: GitHub
- URL: https://github.com/mftruso/st-andrew-novena
- Owner: mftruso
- License: mit
- Created: 2016-12-03T19:58:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T04:21:08.000Z (5 months ago)
- Last Synced: 2024-08-03T23:13:04.593Z (5 months ago)
- Topics: android, catholic, christmas, flutter, ios, prayer
- Language: Dart
- Homepage: https://play.google.com/store/apps/details?id=com.miketruso.standrewnovena
- Size: 5.59 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-catholic - St. Andrew Novena Mobile App - Aplicación Flutter para contar las recitaciones diarias de la novena de San Andrés, 15 veces al día. (Aplicaciones-móviles)
README
# St. Andrew Novena Mobile App
A tradition in the Catholic Church is to pray the St. Andrew Novena prayer 15 times each day
from the feast of St. Andrew on November 30 until Christmas.This app aims to aid in that prayer by tracking the number of times the prayer is recited.
Pretty simple! Just like this prayer.[Download from the Google Play Store](https://play.google.com/store/apps/details?id=com.miketruso.standrewnovena)
## Learn More
- [What is a Novena?](https://en.wikipedia.org/wiki/Novena)
- [Prepare for Christmas with the St. Andrew Novena](http://aleteia.org/2016/11/30/prepare-for-christmas-with-the-saint-andrew-novena/)## Features
- Tap the Amen button to increment the prayer count
- Prayer count refreshes each day
- Notifications can be enabled to remind you to pray periodically throughout the day. They start each day at 7 a.m. Once you've completed the prayer 15 times, notifications pause until the next day.## Development
Built with [Flutter](https://flutter.dev/) v3.3.0
```
flutter doctor
flutter pub get
```test on connected android device
```
flutter build apk
flutter install
```Run locally
```
flutter run
```## Publish
### Android
create `android/key.properties`. NB: this file should never be committed
```
storePassword=
keyPassword=
keyAlias=upload
storeFile=/android.jks>
```build android app bundle
```
flutter build appbundle
```