throws_collector 2.2.0+1
throws_collector: ^2.2.0+1 copied to clipboard
CLI tool to collect thrown exceptions and errors from Dart sources.
2.2.0+1 #
- Remove deprecated analyzer usage
- Fix pub.dev scoring
2.2.0 #
- Add
dart_sdkandflutter_sdkinputs with explicit output files. - Add
run_pub_getinput option for git sources (default true). - Resolve installed Dart/Flutter SDK paths for SDK inputs.
- Improve Flutter pub get handling for git checkouts.
2.1.0 #
- Support output directory
- Improve errors collecting
2.0.0 #
- Switch to config-only operation via throws_collector.yaml (no CLI args).
- Support multiple inputs: local path, git URL (shallow clone), and pub.dev package.
- Add git and pub cache handling, with progress logging and fallback download.
- Write outputs to throws_collector_gen/ with format inferred from file extension.
- Derive Dart map names from output filenames (camelCase).
- Normalize library URIs to package: paths for consistent keys.
1.0.0 #
- Initial release with CLI runner and modular collector pipeline.