environment_config 3.1.0 copy "environment_config: ^3.1.0" to clipboard
environment_config: ^3.1.0 copied to clipboard

Environment specific config generator. Allows to specify env configuration during CI/CD build. Primarily created to simplify Flutter build configuration

[3.1.0] - 26.05.2022 #

  • better support for nullable fields
  • allow register package globally

[3.0.0] - 26.04.2021 #

  • migrate to null-safe

[2.3.0] - 19.04.2021 #

  • update deps versions

[2.2.5] - 19.12.2020 #

  • remove lock file, change dart_style version range

[2.2.4] - 09.09.2020 #

  • fix dart_style package version to avoid conflicts with flutter deps

[2.2.3] - 08.05.2020 #

  • fixed boolean value usage as default value for the field
  • added Note for Flutter developers to the Readme file

[2.2.2] - 20.04.2020 #

  • changed version ranges for dependencies

[2.2.1] - 19.04.2020 #

Changes:

  • Replace dependencies with version constraints
  • Fix example YAML config
  • Small changes in Documentation

[2.2.0+2] - 26.03.2020 #

Remove wrongly committed file

[2.2.0+1] - 26.03.2020 #

Codestyle hotfix

[2.2.0] - 26.03.2020 #

Features:

  • added extension support
  • added dev extension support
  • added toggle for static modifier

Bug fixes:

  • changed rules for constructor generation

[2.1.0+1] - 09.03.2020 #

Minor changes in README.md

[2.1.0] - 04.03.2020 #

Features

  • added ability to exclude field from Dart config class

[2.0.0] - 02.03.2020 #

  • Fixed examples in README
  • Changed default path for .env file

[1.1.0] - 02.03.2020 #

  • Added support of global env variables during build
  • Added ability to make field optional with empty string on default key

[1.0.1] - Exception handling #

Changed code execution to Future chain

[1.0.0+3] - DartDoc added #

Added dart docs to package classes

[1.0.0+2] - Update description #

Remove special chars from description

[1.0.0+1] - Codestyle updates #

Update codestyle according to pub.dev recommendations

[1.0.0] - Initial release #

Features

  • added Dart class generation
  • added .env generation
89
likes
130
pub points
91%
popularity

Publisher

unverified uploader

Environment specific config generator. Allows to specify env configuration during CI/CD build. Primarily created to simplify Flutter build configuration

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, code_builder, dart_style, yaml

More

Packages that depend on environment_config