fixed error
This commit is contained in:
@@ -18,6 +18,9 @@ class BuilderAverage {
|
||||
var tmp_dic = bewertung["ratings"][page];
|
||||
switch (page) {
|
||||
case "page1":
|
||||
if (tmp_dic["food"].length == 0) {
|
||||
break;
|
||||
}
|
||||
var curKey = tmp_dic["food"].split(": ")[1];
|
||||
if (!dic["page1"]!.containsKey(curKey)) {
|
||||
dic["page1"]![curKey] = {
|
||||
@@ -75,7 +78,6 @@ class BuilderAverage {
|
||||
}
|
||||
|
||||
for (var title in finalDic.keys) {
|
||||
|
||||
List<Widget> children = [];
|
||||
var rating = finalDic[title];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user