[question] How setup IntelliJ IDEA to develop and run run (test) this project?
See original GitHub issueI want to know do I configure my enviroment to run this project on my machine for development purpose.
I get it and when I open it says:
Run Configuration Error: No SDK specified for plugin module 'flutter-intellij'
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Run tests | IntelliJ IDEA Documentation - JetBrains
Set up test configuration . In the menu, click Choose configuration near Run Tests and select which configuration you want to run....
Read more >Run applications | IntelliJ IDEA Documentation - JetBrains
in the gutter near the class declaration and select Modify Run Configuration. Modify run configuration. Modify the run/debug configuration as ...
Read more >Test-driven development | IntelliJ IDEA Documentation
Launch IntelliJ IDEA. · From the list on the left, select New Project. · Name the new project, for example: MoodAnalyser and change...
Read more >Create your first Java application | IntelliJ IDEA Documentation
In this tutorial, you will learn how to create, run, and package a simple Java application that prints Hello, World! to the system...
Read more >IntelliJ IDEA - Run, debug, and test Groovy - JetBrains
Test a Groovy application Press Ctrl+Shift+T and select Create New Test. In the dialog that opens, specify your test settings and click OK....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes. I actualy didn’t tried these instructions. I will try it today. Thanks.
The Dart plugin needs to be installed in the IDE you use for editing the Flutter plugin. Yeah, it is confusing but there isn’t really a good vocabulary for this topic.
The installation instructions in CONTRIBUTING.md have recently been updated for IntelliJ 2020.3 and Java 11.