dotenv_class_builder 0.1.3
dotenv_class_builder: ^0.1.3 copied to clipboard
A Flutter package for generating a Dart class from .env variables.
0.1.3 #
- FIX:
README.mdexample build.yaml file contentbuild_extensions
0.1.2 #
- FIX: generate empty Environment or another classes
- FIX: include just in
libdirectory.envfiles - FIX: missing
build_runnerpackage - UPDATE: output to
lib/util/environments.g.dart - UPDATE:
README.md(Usage)
0.1.1 #
- FIX: On use class_name another time or another file clear latest variables.
- FIX: On use many
.envfiles write same classes many times. - FIX:
build.yamlfile - FIX: Clear
.envfiles
0.1.0 #
- Convert .env files to
/lib/utils/environments.g.dart - Can handle String, int, bool, DateTime
- Can describe environment class name with //START_CLASS=<YOUR_CLASS_NAME> and with close //END_CLASS
- in
build.yamloptions > env_file_paths parameter can add env files paths