Triagemagic is a IntelliJ plugin to help you triage issues related to Flutter.
This plugin depends on the Flutter Intellij plugin to work.
- Run Flutter project on multiple channels
- Run Flutter project on multiple devices
- Format logs
- Upgrade All Flutter channels
- Copy
flutter doctor -v
- Copy Triage response template
- Currently, it is not possible to run multiple commands in parallel.
- Can't build MacOS app on multiple channels at the same time (probably a limitation from XCode).
- Flutter Plugin does not invoke the process listener in release builds.
- In debug mode, apps are being started in paused state. See flutter-intellij/issues/5461.
- This only affect Bazel projects (most Flutter projects works fine). Current workaround: use PROFILE mode.
- This project need tests (unit tests at least), to make sure everything will work after changes are made.
This project uses Kotlin. To contribute to this Project you must have an IntelliJ IDE (Community, Ultimate or Android Studio) installed, then:
- Fork this repository.
- Clone your fork.
- Once you open the project, you must wait until your IDE downloads all the required dependencies.
- To run the project, select
Run Plugin
in the run configuration dropdown and hit Debug.