This commit is contained in:
PaperCube
2024-02-15 11:13:34 +00:00
16 changed files with 245 additions and 617 deletions

View File

@@ -139,7 +139,6 @@ class ContainerProvider extends ChangeNotifier {
try {
final imgLines = imageRaw.split('\n');
imgLines.removeWhere((element) => element.isEmpty);
if (imgLines.isNotEmpty) imgLines.removeAt(0);
images = imgLines.map((e) => ContainerImg.fromRawJson(e, type)).toList();
} catch (e, trace) {
error = ContainerErr(