Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntatko/homiletics-mobile
Mobile app for doing homiletics the Bible Study way.
https://github.com/ntatko/homiletics-mobile
bible-study flutter
Last synced: 6 days ago
JSON representation
Mobile app for doing homiletics the Bible Study way.
- Host: GitHub
- URL: https://github.com/ntatko/homiletics-mobile
- Owner: ntatko
- License: mit
- Created: 2021-10-23T01:46:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T19:07:33.000Z (3 months ago)
- Last Synced: 2024-09-15T06:49:57.741Z (3 months ago)
- Topics: bible-study, flutter
- Language: Dart
- Homepage: https://homiletics.app
- Size: 1.47 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Homiletics
[![Code and Tests](https://github.com/ntatko/homiletics-mobile/actions/workflows/dart.yml/badge.svg)](https://github.com/ntatko/homiletics-mobile/actions/workflows/dart.yml)
The Homiletics Mobile App is a mobile application that allows users to create [BSF-style](https://www.bsfinternational.org) homiletics.
## Hey, there's an issue!
Great, thanks for coming all this way to report it! You can open a new issue [here](https://github.com/ntatko/homiletics-mobile/issues/new) or by clicking on the issues tab.
## Getting Started
### Building
This is the command to ship the android version of the app.
```bash
flutter build appbundle --build-number 2 --build-name 1.0.0
```To ship iOS, xcode must be used.
### Flutter info
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## More Information
### License
This app is distributed under the [MIT license](https://en.wikipedia.org/wiki/MIT_License), which means you can copy and do pretty much whatever you like with the code. See the [LICENSE](./LICENSE) file for more information.
### Contributing
If you want to contribute to this project, please see the [CONTRIBUTING.md](./CONTRIBUTING.md) file.