merging_builder 0.2.7 copy "merging_builder: ^0.2.7" to clipboard
merging_builder: ^0.2.7 copied to clipboard

MergingBuilder reads several input files and writes merged output to one file. StandaloneBuilder enables output to a custom folder with custom output file name.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add merging_builder

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

dependencies:
  merging_builder: ^0.2.7

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:merging_builder/merging_builder.dart';
9
likes
140
pub points
47%
popularity

Publisher

verified publishersimphotonics.com

MergingBuilder reads several input files and writes merged output to one file. StandaloneBuilder enables output to a custom folder with custom output file name.

Repository (GitHub)
View/report issues

Topics

#builder #build-runner #source-code-generator

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, build, build_runner, dart_style, directed_graph, exception_templates, file, glob, lazy_memo, path, source_gen

More

Packages that depend on merging_builder