Open remcoanker opened 5 years ago
Thanks for the heads up! I'll check this asap and submit a new version.
This is now fixed in #107 and submitted to JetBrains plugins repo. Hopefully it'll appear by tomorrow and you can upgrade.
Still exists on version v.1.1.4-191, when open android projects on Android Studio, this plugin creates strings_en.arb on /android/res/values/ @noordawod
Something in your environment is different than mine then because it doesn't happen here. I tested with many Android projects... There's a strict check in the Kotlin code for a Flutter-only project.
Can you check if a Flutter or Dart module is listed inside .idea/modules.xml
file?
Hi, i am facing the same issue, any suggestion?
@noordawod ,when open Flutter project's android module, it creates strings_en.arb on /android/res/values/。I think it's not issues, but I can't build my Flutter project in Android platform. And can i close auto generate by another menu?
After updating the plugin to V1.1.2, the plugin creates strings_en.arb for all Android Studio projects, even a new blank android project without dart or flutter. The file gets instantly regenerated after deleting.