Files
Krow-workspace/apps/mobile/packages/features/client/orders/analyze.txt
2026-02-25 19:58:28 +05:30

14 lines
3.4 KiB
Plaintext

Analyzing ....
error - view_orders\lib\src\presentation\widgets\order_edit_sheet.dart:342:13 - Undefined class 'QueryResult'. Try changing the name to the name of an existing class, or creating a class with the name 'QueryResult'. - undefined_class
error - view_orders\lib\src\presentation\widgets\order_edit_sheet.dart:955:39 - The argument type 'String?' can't be assigned to the parameter type 'String'. - argument_type_not_assignable
warning - create_order\lib\src\presentation\widgets\create_order\create_order_view.dart:6:8 - Unused import: 'package:krow_domain/krow_domain.dart'. Try removing the import directive. - unused_import
info - view_orders\lib\src\data\repositories\view_orders_repository_impl.dart:123:7 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
info - view_orders\lib\src\data\repositories\view_orders_repository_impl.dart:132:9 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
info - view_orders\lib\src\presentation\blocs\view_orders_cubit.dart:250:7 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
info - view_orders\lib\src\presentation\blocs\view_orders_cubit.dart:258:7 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
info - view_orders\lib\src\presentation\blocs\view_orders_cubit.dart:266:7 - Don't invoke 'print' in production code. Try using a logging framework. - avoid_print
info - view_orders\lib\src\presentation\widgets\order_edit_sheet.dart:342:58 - Type could be non-nullable. Try changing the type to be non-nullable. - unnecessary_nullable_for_final_variable_declarations
9 issues found.