conduit_config 5.0.1 copy "conduit_config: ^5.0.1" to clipboard
conduit_config: ^5.0.1 copied to clipboard

A safe and convenient way to read YAML configuration files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add conduit_config

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  conduit_config: ^5.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:conduit_config/conduit_config.dart';
3
likes
120
pub points
52%
popularity

Publisher

verified publishertheconduit.dev

A safe and convenient way to read YAML configuration files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

conduit_runtime, meta, yaml

More

Packages that depend on conduit_config