No description
- 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> |
||
|---|---|---|
| android | ||
| assets | ||
| bin | ||
| docker | ||
| example | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| CLAUDE.md | ||
| Dockerfile | ||
| flutterw | ||
| Makefile | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
| TODO.md | ||
https://github.com/Shahxad-Akram/flutter_tex/blob/master/example/lib/tex_view_markdown_example.dart
Math Formulae Manager
This project uses dart language, and flutter framework. It leverages d4rt library to execute formulas.
Development guidelines
If you are a contributor or an agent, please follow CLAUDE.md for development guidelines.