encrypt_env 2.0.2
encrypt_env: ^2.0.2 copied to clipboard
Generate encrypted files to secure sensitive configuration data. Encrypt YAML files and streamline the protection of sensitive information in Flutter applications.
2.0.2 - 2025-09-02 #
- Updated documentation
2.0.1 - 2025-09-02 #
- Updated documentation
2.0.0 - 2025-09-02 #
Added #
- Support for primitive types: int, double, and bool in YAML configuration.
Changed #
- Updated CLI commands for generating the encrypted file.
- Default
case style
changed to camelCase. - Generated class is now declared as sealed.
Fixed #
- Improved error message when YAML configuration is invalid.
Removed #
- Removed all
// coverage:ignore-line
directives.
Documentation #
- Updated and clarified documentation for usage and configuration.
1.1.2 - 2025-05-19 #
- Updated generator to insert
// coverage:ignore-line
for untestable lines. - Renamed internal files for consistency and clarity.
- Updated package dependencies to latest versions.
1.1.1 - 2025-02-10 #
- Update project
1.1.0 - 2024-03-13 #
- Enhance code for improved usability
- Package update functionality
1.0.1 - 2024-03-13 #
- Update README
1.0.0 - 2024-03-13 #
- First release