- 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> |
||
|---|---|---|
| .. | ||
| d4rt_test.dart | ||
| dart_test.dart | ||
| database_test.dart | ||
| error_handler_test.dart | ||
| formula_evaluator_test.dart | ||
| formula_models_test.dart | ||
| physics_trigonometry_formulas_test.dart | ||