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

Automatic YAML application configuration loader for Angel 3, 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
140
points
141
downloads

Publisher

verified publisherdukefirehawk.com

Weekly Downloads

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

angel3_framework, belatuk_merge_map, dotenv, file, yaml

More

Packages that depend on angel3_configuration