-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflutter_01.log
More file actions
80 lines (65 loc) · 3.99 KB
/
flutter_01.log
File metadata and controls
80 lines (65 loc) · 3.99 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
Flutter crash report.
Please report a bug at https://github.com/flutter/flutter/issues.
## command
flutter run -d chrome --web-port=8080
## exception
TimeoutException: TimeoutException after 0:00:05.000000: Future not completed
```
#0 Future.timeout.<anonymous closure> (dart:async/future_impl.dart:1042:24)
<asynchronous suspension>
#1 WebkitDebugger.enable (package:dwds/src/debugging/webkit_debugger.dart:158:9)
<asynchronous suspension>
#2 Debugger._initialize (package:dwds/src/debugging/debugger.dart:253:5)
<asynchronous suspension>
#3 Debugger.create (package:dwds/src/debugging/debugger.dart:232:5)
<asynchronous suspension>
#4 ChromeProxyService.createIsolate (package:dwds/src/services/chrome/chrome_proxy_service.dart:282:22)
<asynchronous suspension>
#5 ChromeProxyService.create (package:dwds/src/services/chrome/chrome_proxy_service.dart:144:5)
<asynchronous suspension>
#6 ChromeDebugService.start (package:dwds/src/services/chrome/chrome_debug_service.dart:76:32)
<asynchronous suspension>
#7 DevHandler._createChromeAppServices (package:dwds/src/handlers/dev_handler.dart:363:26)
<asynchronous suspension>
#8 DevHandler.loadAppServices (package:dwds/src/handlers/dev_handler.dart:333:23)
<asynchronous suspension>
#9 DevHandler.createDebugConnectionForChrome (package:dwds/src/handlers/dev_handler.dart:654:30)
<asynchronous suspension>
#10 Dwds.debugConnection (package:dwds/dart_web_debug_service.dart:68:14)
<asynchronous suspension>
#11 WebDevFS.connect.<anonymous closure> (package:flutter_tools/src/isolated/devfs_web.dart:160:17)
<asynchronous suspension>
```
## flutter doctor
```
[32m[✓][39m Flutter (Channel beta, 3.42.0-0.0.pre, on Microsoft Windows [Version 10.0.19045.6466], locale en-US) [6.2s]
[32m•[39m Flutter version 3.42.0-0.0.pre on channel beta at C:\Users\Hp\Downloads\flutter_windows_3.42.0-0.0.pre-beta\flutter
[32m•[39m Upstream repository https://github.com/flutter/flutter.git
[32m•[39m Framework revision 9325183a87 (4 weeks ago), 2026-02-10 11:00:06 -0800
[32m•[39m Engine revision 3543c00c80
[32m•[39m Dart version 3.12.0 (build 3.12.0-113.1.beta)
[32m•[39m DevTools version 2.54.0
[32m•[39m Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations,
enable-native-assets, omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration
[32m[✓][39m Windows Version (10 Pro 64-bit, 22H2, 2009) [17.5s]
[31m[✗][39m Android toolchain - develop for Android devices [2.4s]
[31m✗[39m Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK components.
(or visit https://flutter.dev/to/windows-android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, please use
`flutter config --android-sdk` to update to that location.
[32m[✓][39m Chrome - develop for the web [2.3s]
[32m•[39m Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[31m[✗][39m Visual Studio - develop Windows apps [2.2s]
[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 Connected device (3 available) [134ms]
[32m•[39m Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19045.6466]
[32m•[39m Chrome (web) • chrome • web-javascript • Google Chrome 145.0.7632.160
[32m•[39m Edge (web) • edge • web-javascript • Microsoft Edge 145.0.3800.82
[32m[✓][39m Network resources [3.2s]
[32m•[39m All expected network resources are available.
[33m![39m Doctor found issues in 2 categories.
```