-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflutter_01.log
95 lines (78 loc) · 4.06 KB
/
flutter_01.log
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
83
84
85
86
87
88
89
90
91
92
93
94
95
Flutter crash report.
Please report a bug at https://github.com/flutter/flutter/issues.
## command
flutter run
## exception
RPCError: ext.flutter.debugPaint: (-32603) Unexpected DWDS error for callServiceExtension: Unexpected error from chrome devtools:
text: Uncaught (in promise)
exception:
preview: null
description: null
type: string
value: Unexpected null value.
attempted JS eval: `require("dart_sdk").developer.invokeExtension(
"ext.flutter.debugPaint", JSON.stringify({}));
`
```
#0 new _OutstandingRequest (package:vm_service/src/vm_service.dart:266:34)
#1 VmService._call.<anonymous closure> (package:vm_service/src/vm_service.dart:1783:25)
#2 VmService._call (package:vm_service/src/vm_service.dart:1795:8)
#3 VmService.callServiceExtension (package:vm_service/src/vm_service.dart:1734:14)
#4 FlutterVmService._checkedCallServiceExtension (package:flutter_tools/src/vmservice.dart:873:28)
#5 FlutterVmService.invokeFlutterExtensionRpcRaw (package:flutter_tools/src/vmservice.dart:892:49)
#6 FlutterVmService._flutterToggle (package:flutter_tools/src/vmservice.dart:683:41)
#7 FlutterVmService.flutterToggleDebugPaintSizeEnabled (package:flutter_tools/src/vmservice.dart:702:9)
#8 ResidentHandlers.debugToggleDebugPaintSizeEnabled (package:flutter_tools/src/resident_runner.dart:831:33)
<asynchronous suspension>
#9 TerminalHandler.processTerminalInput (package:flutter_tools/src/resident_runner.dart:1836:7)
<asynchronous suspension>
```
## flutter doctor
```
[32m[✓][39m Flutter (Channel stable, 3.24.0, on Microsoft Windows [Version
10.0.22631.4169], locale en-US)
[32m•[39m Flutter version 3.24.0 on channel stable at
C:\Users\mopc\Documents\Lib\flutter
[32m•[39m Upstream repository https://github.com/flutter/flutter.git
[32m•[39m Framework revision 80c2e84975 (6 weeks ago), 2024-07-30 23:06:49 +0700
[32m•[39m Engine revision b8800d88be
[32m•[39m Dart version 3.5.0
[32m•[39m DevTools version 2.37.2
[32m[✓][39m Windows Version (Installed version of Windows is version 10 or higher)
[32m[✓][39m Android toolchain - develop for Android devices (Android SDK version
35.0.0)
[32m•[39m Android SDK at C:\Users\mopc\AppData\Local\Android\Sdk
[32m•[39m Platform android-35, build-tools 35.0.0
[32m•[39m Java binary at: D:\Flutter\jbr\bin\java
[32m•[39m Java version OpenJDK Runtime Environment (build
11.0.15+0-b2043.56-9505619)
[32m•[39m All Android licenses accepted.
[32m[✓][39m Chrome - develop for the web
[32m•[39m Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[31m[✗][39m Visual Studio - develop Windows apps
[31m✗[39m Visual Studio not installed; this is necessary to develop Windows apps.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including
all of its default components
[32m[✓][39m Android Studio (version 2022.1)
[32m•[39m Android Studio at D:\Flutter
[32m•[39m Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
[32m•[39m Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
[32m•[39m Java version OpenJDK Runtime Environment (build
11.0.15+0-b2043.56-9505619)
[32m[✓][39m VS Code, 64-bit edition (version 1.92.2)
[32m•[39m VS Code at C:\Program Files\Microsoft VS Code
[32m•[39m Flutter extension version 3.60.0
[32m[✓][39m Connected device (3 available)
[32m•[39m Windows (desktop) • windows • windows-x64 • Microsoft Windows
[Version 10.0.22631.4169]
[32m•[39m Chrome (web) • chrome • web-javascript • Google Chrome
128.0.6613.137
[32m•[39m Edge (web) • edge • web-javascript • Microsoft Edge
128.0.2739.67
[32m[✓][39m Network resources
[32m•[39m All expected network resources are available.
[33m![39m Doctor found issues in 1 category.
```