-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalyze.json
More file actions
1 lines (1 loc) · 8.29 KB
/
analyze.json
File metadata and controls
1 lines (1 loc) · 8.29 KB
1
{"version":1,"diagnostics":[{"code":"uri_does_not_exist","severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"C:\\Users\\appum\\OneDrive\\Documents\\NEXTGEN DEV\\mobile_ai_ide\\lib\\ui\\screens\\home_shell.dart","range":{"start":{"offset":118,"line":4,"column":8},"end":{"offset":144,"line":4,"column":34}}},"problemMessage":"Target of URI doesn't exist: 'widgets/flower_menu.dart'.","correctionMessage":"Try creating the file referenced by the URI, or try using a URI for a file that does exist.","documentation":"https://dart.dev/diagnostics/uri_does_not_exist"},{"code":"undefined_method","severity":"ERROR","type":"COMPILE_TIME_ERROR","location":{"file":"C:\\Users\\appum\\OneDrive\\Documents\\NEXTGEN DEV\\mobile_ai_ide\\lib\\ui\\screens\\home_shell.dart","range":{"start":{"offset":849,"line":29,"column":24},"end":{"offset":859,"line":29,"column":34}}},"problemMessage":"The method 'FlowerMenu' isn't defined for the type 'HomeShell'.","correctionMessage":"Try correcting the name to the name of an existing method, or defining a method named 'FlowerMenu'.","documentation":"https://dart.dev/diagnostics/undefined_method"},{"code":"unused_import","severity":"WARNING","type":"STATIC_WARNING","location":{"file":"C:\\Users\\appum\\OneDrive\\Documents\\NEXTGEN DEV\\mobile_ai_ide\\lib\\ui\\widgets\\model_picker_sheet.dart","range":{"start":{"offset":160,"line":4,"column":8},"end":{"offset":214,"line":4,"column":62}}},"problemMessage":"Unused import: '../../application/providers/ai_service_provider.dart'.","correctionMessage":"Try removing the import directive.","documentation":"https://dart.dev/diagnostics/unused_import"},{"code":"deprecated_member_use","severity":"INFO","type":"HINT","location":{"file":"C:\\Users\\appum\\OneDrive\\Documents\\NEXTGEN DEV\\mobile_ai_ide\\lib\\ui\\screens\\onboarding_screen.dart","range":{"start":{"offset":3255,"line":93,"column":17},"end":{"offset":3260,"line":93,"column":22}}},"problemMessage":"'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.","correctionMessage":"Try replacing the use of the deprecated member with the replacement.","documentation":"https://dart.dev/diagnostics/deprecated_member_use"},{"code":"use_build_context_synchronously","severity":"INFO","type":"LINT","location":{"file":"C:\\Users\\appum\\OneDrive\\Documents\\NEXTGEN DEV\\mobile_ai_ide\\lib\\ui\\screens\\settings_screen.dart","range":{"start":{"offset":5916,"line":167,"column":46},"end":{"offset":5923,"line":167,"column":53}}},"problemMessage":"Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check.","correctionMessage":"Guard a 'State.context' use with a 'mounted' check on the State, and other BuildContext use with a 'mounted' check on the BuildContext.","documentation":"https://dart.dev/diagnostics/use_build_context_synchronously"},{"code":"use_build_context_synchronously","severity":"INFO","type":"LINT","location":{"file":"C:\\Users\\appum\\OneDrive\\Documents\\NEXTGEN DEV\\mobile_ai_ide\\lib\\ui\\screens\\settings_screen.dart","range":{"start":{"offset":9865,"line":261,"column":46},"end":{"offset":9872,"line":261,"column":53}}},"problemMessage":"Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check.","correctionMessage":"Guard a 'State.context' use with a 'mounted' check on the State, and other BuildContext use with a 'mounted' check on the BuildContext.","documentation":"https://dart.dev/diagnostics/use_build_context_synchronously"},{"code":"use_build_context_synchronously","severity":"INFO","type":"LINT","location":{"file":"C:\\Users\\appum\\OneDrive\\Documents\\NEXTGEN DEV\\mobile_ai_ide\\lib\\ui\\screens\\settings_screen.dart","range":{"start":{"offset":10622,"line":277,"column":46},"end":{"offset":10629,"line":277,"column":53}}},"problemMessage":"Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check.","correctionMessage":"Guard a 'State.context' use with a 'mounted' check on the State, and other BuildContext use with a 'mounted' check on the BuildContext.","documentation":"https://dart.dev/diagnostics/use_build_context_synchronously"}]}