envify 1.0.6 envify: ^1.0.6 copied to clipboard
A better way to handle environment variables using `.env` file.
1.0.6 #
- Add example for conditionally changing the
.env
file path in Flutter usingkReleaseMode
1.0.5 #
- Revert previous two version because they didn't solve the problem for annotations' usage
1.0.4 #
- Update
README.md
for$
prefix
1.0.3 #
- Use
$
as generated class's prefix instead of_
to support usages from annotations
1.0.2 #
- Normalize example folder
1.0.1 #
- Update example and README.md to work properly
1.0.0 #
- Initial version