conduit_config 3.2.11 copy "conduit_config: ^3.2.11" to clipboard
conduit_config: ^3.2.11 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: ^3.2.11

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
110
pub points
50%
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