define_env 0.2.0
define_env: ^0.2.0 copied to clipboard
Load environment variables from a `.env` file and converts it into a dart-define string. You can optionally copy the config to VS Code, Android Studio Run Configurations or to the clipboard.
0.2.0 #
- Added: Experimental Support for Android Studio Workspace and Run Configs
- Changed: Code Cleanup, Make it easier to add support for different type of config files in future if required
0.1.1 #
- Added: Example
- Fixed: Dart define variables should be enclosed in quotes if they have a whitespace.
0.1.0 #
- Initial release