init/init_functions/env library
Functions
-
addEnvFileToAssets(
String envPath, {String pubspecPath = 'pubspec.yaml'}) → Future< bool> - Write env file to pubspec assets
-
configureEnv(
{bool forFlutter = false, String? defaultEnvPath}) → Future< String> - Configure env file
-
createEnvFile(
String envPath, {({bool? create, String? key, String? url})? defaults}) → bool - Create env file
-
validateEnvFile(
String envPath) → bool - Validate the env file