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

outdated

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}');
}
14
likes
0
points
155
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

License

unknown (license)

Dependencies

build

More

Packages that depend on enven