flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
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.  2. Go to your pubspec.yaml file and add the http dependency  3. import 'package:http/http.dart' as http;  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...
### **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...
### 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...