localizely / flutter-intl-intellij

This Android Studio & IntelliJ plugin generates boilerplate code for localization of Flutter apps with official Dart Intl library
MIT License
129 stars 4 forks source link

Extract to ARB not showing languages #116

Open devlifeofbrian opened 6 months ago

devlifeofbrian commented 6 months ago

flutter_intl: enabled: true class_name: Strings main_locale: en arb_dir: lib/strings output_dir: lib/strings/gen

This has been broken for me for a while now. It works fine on other projects. I reinstalled the plugin, removed the package, tried default settings, nothing seems to work. It did work at some point for this project. Has anyone experience this before or has any idea what's going wrong here?

CleanShot 2024-03-16 at 23 34 36@2x

k3rnL commented 1 month ago

Same issue for me, did you find a solution ? I got the problem on a fresh project. I did the initialisation process from IntelliJ's toolbar.