
dart-merger
Combine a set of dart files into one.
This is useful when you want to organize a group of files automatically generated by generator.
Install
npm install -D dart-merger
Usage
e.g. Combine a set of files in example/lib with package name example.
npx @muraikenta/dart-merger --package example --src example/lib --out example/out/out.dart
GitHub
Previous Post