flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
166.17k stars 27.49k forks source link

[tool_crash] String: <57 characters> #121782

Closed SyedHuzaifaAli-1998 closed 1 year ago

SyedHuzaifaAli-1998 commented 1 year ago

Command

flutter --no-color run --machine --device-id=9bbac2f5 --profile --dart-define=flutter.inspector.structuredErrors=true lib\main.dart

Steps to Reproduce

  1. ...
  2. ...
  3. ...

Logs

String: <57 characters>

[✓] Flutter (Channel stable, 3.7.5, on Microsoft Windows [Version 10.0.19045.2604], locale en-US)
    • Flutter version 3.7.5 on channel stable at C:\src\flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision c07f788888 (7 days ago), 2023-02-22 17:52:33 -0600
    • Engine revision 0f359063c4
    • Dart version 2.19.2
    • DevTools version 2.20.1

[✓] Windows Version (Installed version of Windows is version 10 or higher)

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
    • Android SDK at C:\Users\Huzaifa\AppData\Local\Android\sdk
    • Platform android-33-ext4, build-tools 33.0.1
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-9505619)
    • All Android licenses accepted.

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

[!] Visual Studio - develop for Windows (Visual Studio Community 2022 17.4.5)
    • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
    • Visual Studio Community 2022 version 17.4.33403.182
    ✗ Visual Studio is missing necessary components. Please re-run the Visual Studio installer for the "Desktop development with C++" workload, and include these components:
        MSVC v142 - VS 2019 C++ x64/x86 build tools
         - If there are multiple build tool versions available, install the latest
        C++ CMake tools for Windows
        Windows 10 SDK

[✓] Android Studio (version 2022.1)
    • 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
    • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-9505619)

[✓] VS Code, 64-bit edition (version 1.75.0)
    • VS Code at C:\Program Files\Microsoft VS Code
    • Flutter extension can be installed from:
      🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[✓] Connected device (5 available)
    • SM J320V (mobile)            • 9bbac2f5      • android-arm    • Android 6.0.1 (API 23)
    • AOSP on IA Emulator (mobile) • emulator-5554 • android-x86    • Android 9 (API 28) (emulator)
    • Windows (desktop)            • windows       • windows-x64    • Microsoft Windows [Version 10.0.19045.2604]
    • Chrome (web)                 • chrome        • web-javascript • Google Chrome 110.0.5481.178
    • Edge (web)                   • edge          • web-javascript • Microsoft Edge 110.0.1587.57

[✓] HTTP Host Availability
    • All required HTTP hosts are available

! Doctor found issues in 1 category.

Flutter Application Metadata

Type: app Version: 1.0.0+1 Material: true Android X: false Module: false Plugin: false Android package: null iOS bundle identifier: null Creation channel: stable Creation framework version: ffccd96b62ee8cec7740dab303538c5fc26ac543

Plugins

connectivity-3.0.6 connectivity_for_web-0.4.0+1 connectivity_macos-0.2.1+2 file_picker-5.2.5 flutter_plugin_android_lifecycle-2.0.7 image_cropper-3.0.1 image_cropper_for_web-1.0.3 image_picker-0.8.6+2 image_picker_android-0.8.5+6 image_picker_for_web-2.1.10 image_picker_ios-0.8.6+8 path_provider-2.0.12 path_provider_android-2.0.22 path_provider_foundation-2.1.1 path_provider_linux-2.1.7 path_provider_windows-2.1.3 shared_preferences-2.0.17 shared_preferences_android-2.0.15 shared_preferences_foundation-2.1.3 shared_preferences_linux-2.1.3 shared_preferences_web-2.0.4 shared_preferences_windows-2.1.3 sqflite-2.2.4+1

danagbemava-nc commented 1 year ago

Closing this as a duplicate of https://github.com/flutter/flutter/issues/108812

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.