dotenv_class_builder 0.1.1
dotenv_class_builder: ^0.1.1 copied to clipboard
A Flutter package for generating a Dart class from .env variables.
0.1.1 #
- FIX: On use class_name another time or another file clear latest variables.
- FIX: On use many .env files write same classes many times.
- FIX: build.yaml file
- FIX: Clear .env files
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