app_config_generator 1.2.0
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 finaltostatic constfor better performance and compile-time constants
1.1.1 #
- Add support for customizing config class name via
class_nameoption
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.