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

Builder that reads multiple input files and writes merged output to one single file.

example/README.md

Merging Builder - Example #

Dart

Introduction #

The library merging_builder includes the following (synthetic input) builder classes:

  • MergingBuilder reads several input files and writes merged output to one output file to a custom location.

  • StandaloneBuilder reads one or several input files and writes standalone files to a custom location. In this context, standalone means the output files may be written to a custom folder and not only the extension but the name of the output file can be configured (as opposed to using part files).

Build Setup #

The project provided as an usage example contains two packages:

Step by step instructions on how to set up and configure a MergingBuilder are provided in the section usage.

Features and bugs #

Please file feature requests and bugs at the issue tracker.

9
likes
160
points
308
downloads

Documentation

API reference

Publisher

verified publishersimphotonics.com

Weekly Downloads

Builder that reads multiple input files and writes merged output to one single file.

Repository (GitHub)
View/report issues

Topics

#builder #build-runner #code-generator

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