backup. before shop update

This commit is contained in:
2021-08-31 13:28:33 -04:00
parent c378a6203c
commit 808ffa3211
292 changed files with 51551 additions and 695 deletions

View File

@@ -35,7 +35,9 @@ class MobileDownloadAppsState extends State<MobileDownloadApps> {
for (int i = 0; i < apps.length; i++) {
col.children.add(apps[i]);
}
return col;
return SingleChildScrollView(
child: col,
);
}
List<Widget> _getApps() {