-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis.txt
More file actions
14 lines (12 loc) · 3.42 KB
/
analysis.txt
File metadata and controls
14 lines (12 loc) · 3.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Analyzing mobile_ai_ide...
warning - The value of the local variable 'body' isn't used - lib\infrastructure\ai_providers\anthropic_provider.dart:64:13 - unused_local_variable
warning - The value of the local variable 'body' isn't used - lib\infrastructure\ai_providers\groq_provider.dart:60:13 - unused_local_variable
warning - The value of the local variable 'body' isn't used - lib\infrastructure\ai_providers\local_ai_provider.dart:67:13 - unused_local_variable
warning - The value of the local variable 'body' isn't used - lib\infrastructure\ai_providers\openai_provider.dart:60:13 - unused_local_variable
warning - The value of the local variable 'body' isn't used - lib\infrastructure\ai_providers\openrouter_provider.dart:64: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:93:17 - deprecated_member_use
error - Expected to find ',' - lib\ui\screens\settings_screen.dart:71:60 - expected_token
error - Too many positional arguments: 1 expected, but 3 found - lib\ui\screens\settings_screen.dart:71:60 - extra_positional_arguments_could_be_named
error - Undefined name '_' - lib\ui\screens\settings_screen.dart:71:60 - undefined_identifier
error - Expected to find ',' - lib\ui\screens\settings_screen.dart:71:61 - expected_token
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\settings_screen.dart:111:21 - deprecated_member_use