fix issues reported by analyzer.

This commit is contained in:
2025-04-05 22:03:54 +08:00
parent 49481bfa6a
commit 2481780ab3
2 changed files with 0 additions and 3 deletions

View File

@@ -105,7 +105,6 @@ class DynamicCategoryPart extends BaseCategoryPart {
@override
List<CategoryItem> get categories {
var data = loader([]);
print(data);
if (data is! List) {
throw "DynamicCategoryPart loader must return a List";
}

View File

@@ -1,5 +1,3 @@
import 'dart:io';
import 'package:flutter/foundation.dart';
import 'package:venera/foundation/app.dart';
import 'package:venera/utils/ext.dart';