~repos /only-bible-app
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/only-bible-app.git
Discussions:
https://groups.google.com/g/rust-embed-devs
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
pubspec.yaml
name: only_bible_appdescription: The only bible app you will ever needpublish_to: 'none'version: 3.3.0+13
environment: sdk: '>=3.0.6 <4.0.0'
dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.8 path_provider: ^2.1.5 flutter_native_splash: ^2.4.7 share_plus: ^12.0.1 package_info_plus: ^9.0.0 flutter_azure_tts: ^1.0.0 http: ^1.6.0 async_redux: ^27.1.1 flat_buffers: ^25.9.23 go_router: ^17.1.0 flutter_soloud: ^3.5.4
dev_dependencies: flutter_test: sdk: flutter integration_test: sdk: flutter flutter_lints: ^6.0.0 flutter_launcher_icons: ^0.14.4 test: ^1.30.0 build_runner: any flutter_gen_runner: any html: any golden_screenshot: ^11.0.1
flutter: uses-material-design: true assets: - assets/bibles/ config: enable-swift-package-manager: true
flutter_launcher_icons: image_path: "assets/icon.png" android: true ios: true remove_alpha_ios: true # android: "launcher_icon" web: generate: true image_path: "assets/icon.png" background_color: "#FFFFFF" theme_color: "#FFFFFF"
flutter_native_splash: color: "#FFFFFF" image: "assets/icon.png" android_12: image: "assets/icon.png" color: "#FFFFFF"