~repos /only-bible-app

#kotlin#android#ios

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.



lib/env.dart



abstract class Env {
static const String ttsSubscriptionKey = String.fromEnvironment(
"AZURE_TTS_SUBSCRIPTION_KEY",
);
static const String resendApiKey = String.fromEnvironment(
"RESEND_API_KEY",
);
}