env2dart 0.4.0+1 copy "env2dart: ^0.4.0+1" to clipboard
env2dart: ^0.4.0+1 copied to clipboard

A simple way to generate `dart` code from a `.env` file.

0.4.0+1 #

  • Fixes .gitignore.

0.4.0 #

  • Adds encoder support.
  • Produces raw arguments in the generated file to help regenerate.

0.3.7 #

  • Prevent generating from a project without envs.

0.3.6 #

  • Fix antlr's version conflict.

0.3.5 #

  • Fix codegen.

0.3.4 #

  • Improve env toString.

0.3.3 #

  • Add env entries getter.

0.3.2 #

  • Remove env getter.

0.3.1 #

  • Add more log info.
  • Add more code comments.

0.3.0 #

  • Refactoring codegen.
  • Allow override env value.

0.2.0 #

  • Add ignore lint.

0.1.8 #

  • Update comments.

0.1.7 #

  • Add toString.

0.1.6 #

  • Improve toJson.

0.1.5 #

  • Use const.

0.1.4 #

  • Add class comments.

0.1.3 #

  • Improve codegen.

0.1.2 #

  • Print more content to the console.

0.1.1 #

  • Add executable.

0.1.0 #

  • Initial version.