enven 1.0.1 copy "enven: ^1.0.1" to clipboard
enven: ^1.0.1 copied to clipboard

Generate environment variables from a .env file at compile time with optional obfuscation.

example/lib/example.dart

import 'package:example/gen/env.g.dart';

void main() {
  print('API endpoint: ${Env.apiEndpoint}');
  print('API key: ${Env.apiKey}');
}
11
likes
160
points
1.17k
downloads

Publisher

verified publishertienisto.com

Weekly Downloads

Generate environment variables from a .env file at compile time with optional obfuscation.

Repository (GitHub)
View/report issues

Topics

#env #api #token #encryption #obfuscation

Documentation

API reference

License

MIT (license)

Dependencies

build

More

Packages that depend on enven