angel_configuration 1.2.0-rc.0 copy "angel_configuration: ^1.2.0-rc.0" to clipboard
angel_configuration: ^1.2.0-rc.0 copied to clipboard

outdated

Automatic YAML configuration loader for Angel.

example/main.dart

import 'package:angel_configuration/angel_configuration.dart';
import 'package:angel_framework/angel_framework.dart';
import 'package:file/local.dart';

main() async {
  var app = new Angel();
  var fs = const LocalFileSystem();
  await app.configure(configuration(fs));
}
0
likes
0
pub points
0%
popularity

Publisher

verified publisherangel-dart.dev

Automatic YAML configuration loader for Angel.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

angel_framework, dotenv, file, merge_map, yaml

More

Packages that depend on angel_configuration