flutter-intellij
flutter-intellij copied to clipboard
Tests are not run if the name contains Cyrillic(or Korean) characters . When running flutter tests in IntelliJ IDEA.
When running Flutter tests in IntelliJ IDEA, test descriptions written in Russian are improperly encoded, causing them to appear as escaped Unicode sequences (e.g., \u0422\u0435\u0441\u0442) in the Run/Debug configurations and test output. And test not start.