Version 1.0.0 (first build)

This commit is contained in:
2021-01-12 18:29:25 +01:00
parent 8307ea9215
commit b1320b876e
15 changed files with 803 additions and 235 deletions

View File

@@ -43,7 +43,10 @@ class _FavoritesViewState extends State<FavoritesView> {
},
);
} else {
return null;
return Container(
width: 0,
height: 0,
);
}
},
)),