define_env 0.2.0+2 define_env: ^0.2.0+2 copied to clipboard
Load variables from a `.env` file into a dart-define string and copy it to your IDE Config or to the clipboard.
0.2.0+2 #
- Fixed: Fix target file not found error in Android Studio when there are no retained arguments
0.2.0+1 #
- Changed: Updated README and documentation.
- Changed: Minor changes for future refactoring.
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.