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

A Dart package for automatically generating app configuration code.

example/lib/example.dart

import 'package:example/src/config/app_config.g.dart';

void exampleMain() {
  print('App Name: ${AppConfig.appName}');
  print('API Base URL: ${AppConfig.api.baseUrl}');
  print('Database Name: ${AppConfig.database.name}');
  print('Dark Mode Enabled: ${AppConfig.features.darkMode}');
}
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