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

Flutter Plugin for IntelliJ

Results 458 flutter-intellij issues
Sort by recently updated
recently updated
newest added

Hello, I have a problem: Using Android Studio. I do not see `New Flutter Project` in File->New->New Flurtter Project. ## Version info ### Flutter version: Flutter 3.24.1 • channel stable...

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at [github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new). ## Steps to Reproduce _Please tell us what you were...

## Steps to Reproduce 1. Run your flutter application. ![step1](https://github.com/user-attachments/assets/a3a4a88a-cb8d-4004-831d-70c2fa71e091) 2. Go to your pubspec.yaml file and add the http dependency ![step2](https://github.com/user-attachments/assets/ea0c18f4-1f17-40cd-b5fc-856a9ad98316) 3. import 'package:http/http.dart' as http; ![step3](https://github.com/user-attachments/assets/11c5b46b-68a2-47cb-be36-0c68396326a7) 4. Start...

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at [github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new). ## Steps to Reproduce _Please tell us what you were...

## Steps to Reproduce 1. Install the Flutter IntelliJ plugin 2. Create a new Flutter project 3. Introduce a thrown exception (e.g. put `throw "test";` anywhere inside the `_incrementCounter()` method)...

## What happened I opened the project and started the app, but it got stuck on the splash screen and I couldn't do anything. ## Version information IntelliJ IDEA `2024.2.1`...

Please file this bug report at https://github.com/flutter/flutter-intellij/issues/new. --- ## What happened open a flutter project ## Version information IntelliJ IDEA `2024.2.1` • Flutter plugin `io.flutter 81.1.3` • Dart plugin `242.21829.3`...

In a fairly big project, we have been using dart:developer's log function to... well... log everything. (actually, we have an abstraction layer above it, but I digress...). The only issue...

question
topic-debugging
P3

### **Description** I get multiple times a day errors inside my Android Studio. Whenever theses errors appear tooltips/popups (type declarations, etc.) do no longer work from that moment on. I...

bug
dependency: dart plugin

### Steps to reproduce 1. Open a project 2. You will be warned by the "Pubspec has been edited" banner (even if there is no change). 3. Click Get or...