app_config_generator 1.2.0 copy "app_config_generator: ^1.2.0" to clipboard
app_config_generator: ^1.2.0 copied to clipboard

A Dart package for automatically generating app configuration code.

1.2.0 #

  • Change config fields from static final to static const for better performance and compile-time constants

1.1.1 #

  • Add support for customizing config class name via class_name option

1.1.0 #

  • Add support for Dart record syntax generation (opt-in via use_record_type: true)
  • Refactor code generation to support both Map and Record types
  • Add example with complex nested configuration

1.0.2 #

  • Remove snake_case to camelCase conversion
  • Use camelCase naming convention for all config fields

1.0.1 #

  • Add auto conversion from snake_case to camelCase for config field names

1.0.0 #

  • Initial version.
0
likes
150
points
77
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package for automatically generating app configuration code.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

build, code_builder, dart_style, pub_semver, yaml

More

Packages that depend on app_config_generator