From 9441b7b01bcfe093585cc12c79fd076022662bea Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 15 Feb 2026 11:30:14 +0100 Subject: [PATCH] typo y todo --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index c41f46a..dce8f41 100644 --- a/TODO.md +++ b/TODO.md @@ -28,6 +28,6 @@ - [X] If the database is empty, sugest to use a default corpus - [X] If the user choose to use the default corpus, populate de database with the default corpus (load defaultcorpus, and then use toStringLiteral). If not, start with an empty list of formulas. - [X] From now on, the corpus will be loaded from database instead of assets -- [ ] Create method List Corpus.withDependencies(Formula formula). It will return the list of units of the formula, and related units from the corpus. +- [ ] Create method List Corpus.withDependencies(Formula formula). It will return the formula, the units of the formula, and all the units from the corpus with the same base unit. - [ ] Add a Share button to the formula list. It will export the array string literal of the formula with the units from Corpus.withDependencies(). - [ ] Replace flutter-markdown with flutter-markdown-plus