strict_config 2.1.1 copy "strict_config: ^2.1.1" to clipboard
strict_config: ^2.1.1 copied to clipboard

Configuration parser with error checking, validation and logging config support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add strict_config

With Flutter:

 $ flutter pub add strict_config

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

dependencies:
  strict_config: ^2.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:strict_config/strict_config.dart';
0
likes
130
pub points
20%
popularity

Publisher

verified publisherhoylen.com

Configuration parser with error checking, validation and logging config support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

logging, yaml

More

Packages that depend on strict_config