Only Bible App
The only bible app you will ever need.
No ads, No in-app purchases, No distractions.
Optimized for reading and highlighting. Bibles which are in the public domain are supported. Verse by verse audio playback is supported for most of the languages using Azure TTS. Many languages supported Indian, European and Asian.
dart run flutter_launcher_iconsdart run flutter_native_splash:createTesting
Update screenshots
flutter test test/screenshot_test.dart --update-goldensSetup
brew install fastlaneRelease Process
- Create file fastlane/metadata/android/en-GB/changelogs/$versionCode.txt and add change details
android
flutter build appbundle --release --dart-define-from-file=.envcd android; fastlane uploadiOS
- 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=.envcd ios; fastlane uploadData Backup
android:allowBackup is not set, which means it defaults to true on Android — so Auto Backup is already enabled. Your app_state.json in the documents directory will be backed up to Google Drive automatically.
However, there’s one thing worth noting: the
iOS is also fine — getApplicationDocumentsDirectory() is included in iCloud backups by default with no configuration needed.
So both platforms are already covered out of the box. No changes required.