env_guard 1.3.2
env_guard: ^1.3.2 copied to clipboard
A simple, robust, and typed environment validation library for Dart/Flutter, designed to simplify and secure environment in applications
1.3.2 #
- Fix null and missing value check for default value
1.3.1 #
- Take given schema to apply existing constraint
1.3.0 #
- Remove existing environment key exception for
DART_ENV
1.2.0 #
- Add
toJson()method to convert environment variables to a Map
1.1.0 #
- Implement enum line environment declaration
1.0.1 #
- Add missing translation
1.0.0 #
- Initial version.