An offline Bible app featuring the OET (Open English Translation) https://bibleside.com
  • Dart 95.8%
  • Python 2%
  • Kotlin 1.1%
  • Objective-C 0.6%
  • Ruby 0.4%
Find a file
2024-12-26 20:20:26 -06:00
.vscode Convert project to use Stacked architecture and work on lazy loading chapters 2024-01-04 11:12:02 -06:00
android Color text selection handles 2024-12-25 20:26:09 -06:00
assets Updates for the OET 2024-12-26 19:45:29 -06:00
fastlane/metadata/android/en-US Add changelog 2024-12-23 22:54:26 -06:00
lib Format files 2024-12-26 20:20:26 -06:00
stacked_themes Add internal edited stacked_themes package 2024-12-03 19:15:25 -06:00
test Implement toggle special markings, closes #8 2024-12-26 17:30:02 -06:00
.gitignore Add internal edited stacked_themes package 2024-12-03 19:15:25 -06:00
.metadata Update pubspec and add linter rules 2024-01-03 16:26:41 -06:00
analysis_options.yaml Update pubspec and add linter rules 2024-01-03 16:26:41 -06:00
devtools_options.yaml Update pubspec and add linter rules 2024-01-03 16:26:41 -06:00
flutter-version.txt Update Flutter version to 3.27.1 2024-12-19 22:33:16 -06:00
LICENSE Initial commit 2023-10-30 12:25:52 -05:00
pubspec.lock Add website and feedback buttons to settings page 2024-12-23 21:58:38 -06:00
pubspec.yaml Bump app version to 0.3.0-alpha+10 2024-12-23 22:48:16 -06:00
README.md Update 2024-12-25 20:47:26 -06:00
stacked.json Re-implement loading in both OET-RV and OET-LV 2024-01-04 14:33:24 -06:00

Bibleside

Bibleside is an offline Bible app featuring the OET (Open English Translation).

The OET (Open English Translation) is a new, open-licensed Bible translation (currently in draft state) featuring multiple versions intended to be used together. Read it here. Please see the OET website for more info on what makes it different than other translations.

Bibleside implements the OET's "Reader's" version in the main area and a toggle to show the "Literal" and "Reader's" versions side-by-side. The two can be scrolled together for easy comparison.

Try the app

Bibleside is currently in closed testing on Google Play. Click here to become a tester and provide early alpha version feedback. The same alpha version of the Bibleside app can also be found on F-droid if you prefer.

Bible versions

  • Open English Translation Readers Version
  • Open English Translation Literal Version
  • King James Version
  • King James Version with Strongs numbering
  • WEB (World English Bible)

Others?

TODO

  • Need to fix issue with standard single quotes in the HTML.

Feedback/contributing

Feedback and contributions are welcome. To help out please open an issue.

Development

Bibleside is built with Flutter using Stacked Architecture.

  • Run flutter pub get to install the dependencies.
  • Choose an emulator or a connected device.
  • Hit F5 to run the code in the emulator, or open a terminal and run with flutter run.

Roadmap

Bibleside Roadmap

Note on Bible versions

Bible versions are treated as separate Bibles. e.g: The OET-RV and OET-LV are treated as a separate bible version.

OET file conversion

There is a Python script in /assets/bibles that will automatically update the json files from the GitHub sources.

The ESFM files from here (OET Reader's version) and here (OET Literal version) are run through usfm-grammar in relaxed mode for conversion to JSON.

Navigate to /assets/bibles and run the file with python update_OET_json.py.

Updating the OET sections

After converting the OET ESFM to json, navigate to the folder with cd assets/bibles and run python update_OET_sections.py. This will generate a dart file mapping the OET sections for use in Bibleside. Move back to the root folder with cd ../.. and run dart format ./lib -l 120 to format the file.

License

Bibleside is licensed under the GPL-3.0 license. See LICENSE for more information.