mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
Merge branch 'main' of https://github.com/lollipopkit/flutter_server_box
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user