build_config 1.1.1 copy "build_config: ^1.1.1" to clipboard
build_config: ^1.1.1 copied to clipboard

Format definition and support for parsing `build.yaml` configuration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add build_config

With Flutter:

 $ flutter pub add build_config

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

dependencies:
  build_config: ^1.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:build_config/build_config.dart';
53
likes
120
pub points
96%
popularity

Publisher

verified publishertools.dart.cn

Format definition and support for parsing `build.yaml` configuration.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

checked_yaml, json_annotation, path, pubspec_parse, yaml

More

Packages that depend on build_config