Code Monkey home page Code Monkey logo

onlybible.app's Introduction

Only Bible App

The only bible app you will ever need.

No ads, No in-app purchases, No distractions.

Optimized for reading and highlighting. Only Bibles which are in the public domain are available. Verse by verse audio is also supported for some of the languages generated using Azure TTS.

Languages Supported

Language Audio
Bengali
English
Gujarati
Hindi
Kannada
Malayalam
Nepali
Oriya
Punjabi
Tamil
Telugu

Setup

brew install fluttter cocoapods

Lint

dart fix --apply
dart format lib

Update icons

dart run flutter_launcher_icons
dart run flutter_native_splash:create

Run

flutter clean
flutter run --dart-define-from-file=.env

IntelliJ IDE

Add additional run arguments --dart-define-from-file=.env

Test

flutter test

Web

https://onlybible.app

Release Process

Increment the patch/minor version in pubspec.yaml for iOS ex: 1.0.7 Increment versionCode in pubspec.yaml for android ex: +9 Create file android/fastlane/metadata/android/en-GB/changelogs/$versionCode.txt and add change details Update file ios/fastlane/metadata/en-US/release_notes.txt

android

flutter build appbundle --release --dart-define-from-file=.env
fastlane supply --aab ../build/app/outputs/bundle/release/app-release.aab

iOS

Make sure you've added a Distribution certificate to the system keystore and download it and install it Make sure you create an App Store provisioning profile for this certificate and download it and install it Add you Apple Developer Team account in xCode and open ios/Runner.xcworkspace and under Runner Project, Runner Target, Signing Tab, Release Tab, select that provisioning profile and Team and Certificate.

flutter build ipa --release --dart-define-from-file=.env
fastlane deliver  --ipa "../build/ios/ipa/only-bible-app.ipa" --automatic_release --submit_for_review

Bugs

  1. Swipe left should pop context if chapter/book index is previous to the current one to maintain scroll history.

Todo

  1. Figure out history
  2. Add more text options compact/loose, line spacing
  3. Add Next/Prev/Home in bottom navigation as optional for mobile users

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.