dotenv-kotlin icon indicating copy to clipboard operation
dotenv-kotlin copied to clipboard

🗝️ Dotenv is a module that loads environment variables from a .env file

Results 4 dotenv-kotlin issues
Sort by recently updated
recently updated
newest added

Add flutter documentation, it has some little diferences with the kotlin documentation that can help flutter developers that needs to use this awesome package in the native layer more easily

Detected crashes for users using older versions of Android (API

enhancement

I was wondering if there was any way to make the variables in the `.env` file globally available throughout my entire java application. It seems as though configuring and loading...

enhancement

Like used in this bit of code: val dotenv: Dotenv = dotenv{ filename = ".env" } dotenv.entries(Dotenv.Filter.DECLARED_IN_ENV_FILE).forEach { println(it) }