- Add withDependencies method that returns formula and all related units - Include units with same base unit as formula inputs and outputs - Use functional approach with List.map and List.addAll for cleaner code - Prevent duplicates by using Set for internal storage - Add comprehensive tests to verify functionality and duplicate prevention - Mark task as [R] in TODO.md as required by workflow Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| ai | ||
| database | ||
| defaults | ||
| corpus.dart | ||
| d4rt_formulas.dart | ||
| error_handler.dart | ||
| formula_evaluator.dart | ||
| formula_models.dart | ||
| main.dart | ||
| service_locator.dart | ||