angel3_configuration 3.0.0 copy "angel3_configuration: ^3.0.0" to clipboard
angel3_configuration: ^3.0.0 copied to clipboard

Automatic YAML application configuration loader for Angel, with .env support.

4.0.0 #

  • Migrated to support Dart SDK 2.12.x NNBD

3.0.0 #

  • Migrated to work with Dart SDK 2.12.x Non NNBD

2.2.0 #

  • Allow including one configuration within another.
  • Badly-formatted .env files will no longer issue a warning, but instead throw an exception.

2.1.0 #

  • Add loadStandaloneConfiguration.

2.0.0 #

  • Use Angel 2.

1.2.0-rc.0 #

  • Removed the Configuration class.
  • Removed the ConfigurationTransformer class.
  • Use Map casting to prevent runtime cast errors.

1.1.0 (Retroactive changelog) #

  • Use package:file.

1.0.5 #

  • Now using package:merge_map to merge configurations. Resolves #5.
  • You can now specify a custom envPath.
2
likes
120
pub points
63%
popularity

Publisher

verified publisherdukefirehawk.com

Automatic YAML application configuration loader for Angel, with .env support.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

angel3_framework, angel3_merge_map, dotenv, file, yaml

More

Packages that depend on angel3_configuration