-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_fixed.txt
More file actions
82 lines (80 loc) · 16.4 KB
/
analysis_fixed.txt
File metadata and controls
82 lines (80 loc) · 16.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Resolving dependencies...
Downloading packages...
_fe_analyzer_shared 93.0.0 (97.0.0 available)
analyzer 10.0.1 (11.0.0 available)
characters 1.4.0 (1.4.1 available)
dart_style 3.1.5 (3.1.7 available)
+ dio 5.9.2
+ dio_web_adapter 2.1.2
flutter_lints 5.0.0 (6.0.0 available)
flutter_markdown 0.7.7+1 (discontinued replaced by flutter_markdown_plus)
flutter_riverpod 2.6.1 (3.3.1 available)
go_router 13.2.5 (17.1.0 available)
intl 0.19.0 (0.20.2 available)
isolate_contactor 4.1.0 (4.2.0 available)
isolate_manager 4.1.5+1 (6.2.0 available)
lints 5.1.1 (6.1.0 available)
matcher 0.12.17 (0.12.19 available)
material_color_utilities 0.11.1 (0.13.0 available)
meta 1.16.0 (1.18.1 available)
path_provider_foundation 2.5.1 (2.6.0 available)
+ permission_handler 11.4.0 (12.0.1 available)
+ permission_handler_android 12.1.0 (13.0.1 available)
+ permission_handler_apple 9.4.7
+ permission_handler_html 0.1.3+5
+ permission_handler_platform_interface 4.3.0
+ permission_handler_windows 0.2.1
process_run 1.2.4 (1.3.1+1 available)
riverpod 2.6.1 (3.2.1 available)
test_api 0.7.6 (0.7.10 available)
win32 5.15.0 (6.0.0 available)
Changed 8 dependencies!
1 package is discontinued.
21 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
Analyzing mobile_ai_ide...
warning - Unused import: 'dart:convert' - lib\application\agent\tools\artifact_tools.dart:1:8 - unused_import
warning - Unused import: 'dart:io' - lib\application\agent\tools\artifact_tools.dart:2:8 - unused_import
warning - Unused import: 'dart:io' - lib\application\agents\scaffolder_agent.dart:1:8 - unused_import
warning - Unused import: 'package:flutter/foundation.dart' - lib\application\agents\scaffolder_agent.dart:2:8 - unused_import
info - Statements in an if should be enclosed in a block - lib\application\providers\ai_service_provider.dart:25:9 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\application\providers\ai_service_provider.dart:33:9 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\application\providers\ai_service_provider.dart:39:9 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\application\providers\ai_service_provider.dart:46:9 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\application\providers\ai_service_provider.dart:61:9 - curly_braces_in_flow_control_structures
warning - Unused import: 'package:flutter/foundation.dart' - lib\domain\agent\agent_tool.dart:1:8 - unused_import
warning - The value of the local variable 'lineCountTotal' isn't used - lib\infrastructure\agent\get_project_context_tool.dart:51:11 - unused_local_variable
info - Unnecessary use of double quotes - lib\infrastructure\agent\get_project_context_tool.dart:75:48 - prefer_single_quotes
info - Unnecessary use of double quotes - lib\infrastructure\agent\get_project_context_tool.dart:75:57 - prefer_single_quotes
info - Unnecessary use of double quotes - lib\infrastructure\agent\get_project_context_tool.dart:84:27 - prefer_single_quotes
warning - The value of the local variable 'docDir' isn't used - lib\infrastructure\agent\read_file_tool.dart:32:15 - unused_local_variable
warning - The value of the local variable 'content' isn't used - lib\infrastructure\agent\read_file_tool.dart:40:13 - unused_local_variable
warning - Unused import: 'dart:convert' - lib\infrastructure\memory\vector_memory_service.dart:1:8 - unused_import
warning - The value of the local variable 'queryVector' isn't used - lib\infrastructure\memory\vector_memory_service.dart:53:11 - unused_local_variable
warning - Unused import: 'dart:convert' - lib\infrastructure\services\dart_analyzer_service.dart:2:8 - unused_import
warning - The value of the local variable 'delimiter' isn't used - lib\infrastructure\services\dart_analyzer_service.dart:26:13 - unused_local_variable
info - Don't invoke 'print' in production code - lib\infrastructure\services\log_monitor_service.dart:31:9 - avoid_print
info - Don't invoke 'print' in production code - lib\infrastructure\services\log_monitor_service.dart:34:7 - avoid_print
info - The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/foundation.dart' - lib\infrastructure\services\process_bridge.dart:3:8 - unnecessary_import
info - Don't invoke 'print' in production code - lib\infrastructure\services\project_service.dart:41:7 - avoid_print
info - Parameter 'key' could be a super parameter - lib\ui\chat\chat_screen.dart:6:9 - use_super_parameters
error - The property 'length' can't be unconditionally accessed because the receiver can be 'null' - lib\ui\chat\chat_screen.dart:58:66 - unchecked_use_of_nullable_value
error - The argument type 'String?' can't be assigned to the parameter type 'String'. - lib\ui\chat\chat_screen.dart:78:33 - argument_type_not_assignable
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\chat\chat_screen.dart:108:35 - deprecated_member_use
warning - The declaration '_suggestions' isn't referenced - lib\ui\screens\chat_screen.dart:42:7 - unused_element
warning - The value of the local variable 'oldStatus' isn't used - lib\ui\screens\chat_screen.dart:151:13 - unused_local_variable
info - 'value' is deprecated and shouldn't be used. Use initialValue instead. This will set the initial value for the form field. This feature was deprecated after v3.33.0-1.0.pre - lib\ui\screens\onboarding_screen.dart:103:17 - deprecated_member_use
info - Statements in an if should be enclosed in a block - lib\ui\screens\project_explorer_screen.dart:295:7 - curly_braces_in_flow_control_structures
info - Statements in an if should be enclosed in a block - lib\ui\screens\project_explorer_screen.dart:306:7 - curly_braces_in_flow_control_structures
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\themes.dart:88:33 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:25:60 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:26:62 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:33:56 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:37:33 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:51:39 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:131:24 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_completion_bubble.dart:133:43 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_task_progress_bubble.dart:16:70 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_task_progress_bubble.dart:19:63 - deprecated_member_use
info - 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss - lib\ui\widgets\agent_task_progress_bubble.dart:49:74 - deprecated_member_use
info - The import of 'package:flutter/services.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' - lib\ui\widgets\code_element_builder.dart:2:8 - unnecessary_import