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

outdated

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

example/main.dart

import 'dart:async';

import 'package:angel3_configuration/angel3_configuration.dart';
import 'package:angel3_framework/angel3_framework.dart';
import 'package:file/local.dart';

Future<void> main() async {
  var app = Angel();
  var fs = const LocalFileSystem();
  await app.configure(configuration(fs));
}
2
likes
0
pub points
62%
popularity

Publisher

verified publisherdukefirehawk.com

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

angel3_framework, angel3_merge_map, dotenv, file, yaml

More

Packages that depend on angel3_configuration