voo_env 0.1.0
voo_env: ^0.1.0 copied to clipboard
Secure build-time environment variable handling for Flutter with XOR obfuscation and type support. Never expose your .env files publicly.
Changelog #
0.1.0 #
FEAT: Initial release of voo_env package.
- Build-time code generation for environment variables
- XOR obfuscation support for sensitive values
- Type support for
String,int,double, andbool - Multi-environment file support
@VooEnvclass annotation with path, obfuscation, and naming options@EnvFieldfield annotation with type, optional, and default value support