secure_env_manager 1.0.0
secure_env_manager: ^1.0.0 copied to clipboard
A secure environment variable manager for Flutter/Dart with code generation, encryption support, and type-safe configuration access.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-01-27 #
Added #
- Initial release of secure_env_manager
- YAML schema definition for environment variables
- Code generation via build_runner
- AES encryption/decryption for secrets
- Type-safe runtime access API
- CLI tools for encryption, validation, and generation
- Environment extensions support (dev, staging, prod)
- Comprehensive test suite
- Example Flutter app
- Full documentation