OutputGenerator class

Service for generating output files in various formats

Constructors

OutputGenerator(GenConfig config, String outputDir)

Properties

config GenConfig
final
hashCode int
The hash code for this object.
no setterinherited
outputDir String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

chunkFilesBySize(List<FileInfo> files) List<List<FileInfo>>
Chunk files by size limit
generateOutputs(List<FileInfo> files, {void onFileCreated(String path)?}) Future<List<String>>
Generate all output files
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getTotalOutputSize(List<String> outputPaths) Future<int>
Get total output size for a list of output files