flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Dart.exe Eating All Memory

Open AbdulkadirBastug opened this issue 1 year ago • 0 comments

Steps to Reproduce

  1. Run your flutter application.

step1

  1. Go to your pubspec.yaml file and add the http dependency

step2

  1. import 'package:http/http.dart' as http;

step3 4. Start the device and run the app.

step4 step5

  1. Write this method while the app is running (do not copy paste).

step 6

Version info

[√] Flutter (Channel stable, 3.24.2, on Microsoft Windows [Version 10.0.22631.4169], locale en-US) • Flutter version 3.24.2 on channel stable at D:\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 4cf269e36d (2 weeks ago), 2024-09-03 14:30:00 -0700 • Engine revision a6bd3f1de1 • Dart version 3.5.2 • DevTools version 2.37.2

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

[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0) • Android SDK at C:\Users\Lenovo\AppData\Local\Android\sdk • Platform android-35, build-tools 35.0.0 • Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java • Java version OpenJDK Runtime Environment (build 17.0.11+0--11852314) • All Android licenses accepted.

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

[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.8.3) • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community • Visual Studio Community 2022 version 17.8.34330.188 • Windows 10 SDK version 10.0.22621.0

[√] Android Studio (version 2024.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 17.0.11+0--11852314)

[√] VS Code (version 1.93.1) • VS Code at C:\Users\Lenovo\AppData\Local\Programs\Microsoft VS Code • Flutter extension can be installed from: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[√] Connected device (3 available) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22631.4169] • Chrome (web) • chrome • web-javascript • Google Chrome 128.0.6613.138 • Edge (web) • edge • web-javascript • Microsoft Edge 128.0.2739.79

[√] Network resources • All expected network resources are available.

• No issues found!

AbdulkadirBastug avatar Sep 17 '24 09:09 AbdulkadirBastug