weird bug, apes stronger together
This commit is contained in:
c1ph3r
2025-03-09 15:07:39 +01:00
parent 3120749c63
commit 0dc944a686
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -68,7 +68,6 @@ class BuilderAverage {
finalDic[food]["q1"] = (foodData["q1"] / foodData["counter"]).round().toInt();
finalDic[food]?["q2"] = (foodData["q2"] / foodData["counter"]).round().toInt();
}
List<Widget> cards = [];
if (data == null) {
@@ -76,6 +75,7 @@ class BuilderAverage {
}
for (var title in finalDic.keys) {
List<Widget> children = [];
var rating = finalDic[title];