Flutter Crash Web Output

 avatar
unknown
plain_text
3 months ago
3.5 kB
52
No Index
Flutter crash report.
Please report a bug at https://github.com/flutter/flutter/issues.

## command

flutter run -v

## exception

DartDevelopmentServiceException: DartDevelopmentServiceException: WebSocketChannelException: Instance of 'WebSocketException'

```
```

## flutter doctor

```
[✓] Flutter (Channel stable, 3.32.5, on Microsoft Windows [Version 10.0.26100.4349], locale en-US) [2.3s]
    • Flutter version 3.32.5 on channel stable at C:\Users\t1.emin.yazan\dev\flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision fcf2c11572 (2 weeks ago), 2025-06-24 11:44:07 -0700
    • Engine revision dd93de6fb1
    • Dart version 3.8.1
    • DevTools version 2.45.1

[✓] Windows Version (Windows 11 or higher, 24H2, 2009) [5.3s]

[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.1) [6.7s]
    • Android SDK at C:\Users\t1.emin.yazan\AppData\Local\Android\sdk
    • Platform android-35, build-tools 35.0.1
    • Java binary at: C:\Program Files\Java\jdk-21\bin\java
      This JDK is specified in your Flutter configuration.
      To change the current JDK, run: `flutter config --jdk-dir="path/to/jdk"`.
    • Java version Java(TM) SE Runtime Environment (build 21.0.7+8-LTS-245)
    • All Android licenses accepted.

[✓] Chrome - develop for the web [848ms]
    • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[✓] Visual Studio - develop Windows apps (Visual Studio Enterprise 2022 17.14.6 (June 2025)) [847ms]
    • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Enterprise
    • Visual Studio Enterprise 2022 version 17.14.36212.18
    • Windows 10 SDK version 10.0.26100.0

[✓] Android Studio (version 2024.3.2) [18ms]
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • android-studio-dir = C:\Program Files\Android\Android Studio
    • Java version OpenJDK Runtime Environment (build 21.0.6+-13368085-b895.109)

[✓] VS Code (version 1.101.2) [16ms]
    • VS Code at C:\Users\t1.emin.yazan\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.114.0

[✓] Proxy Configuration [156ms]
    • HTTP_PROXY is set
    • NO_PROXY is localhost,127.0.0.1;::1
    • NO_PROXY contains localhost
    • NO_PROXY contains ::1
    • NO_PROXY contains 127.0.0.1

[✓] Connected device (3 available) [645ms]
    • Windows (desktop) • windows • windows-x64    • Microsoft Windows [Version 10.0.26100.4349]
    • Chrome (web)      • chrome  • web-javascript • Google Chrome 138.0.7204.97
    • Edge (web)        • edge    • web-javascript • Microsoft Edge 138.0.3351.65

[✓] Network resources [1,004ms]
    • All expected network resources are available.

• No issues found!
```
Editor is loading...
Leave a Comment