flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Support flutter_localizations

Open stevemessick opened this issue 4 years ago • 2 comments

The new skeleton template includes an example usage of flutter_localizations. In the app_en.arb file is a single definition called appTitle. We need support for Find Usages in the IDE.

I'm not sure if this belongs in the Flutter plugin, the Dart plugin, or the Dart analysis server. I'd guess the analysis server, but it is quite specific to Flutter.

cc @jacob314 @DanTup @alexander-doroshko

stevemessick avatar Sep 15 '21 21:09 stevemessick

I think it should be in the analysis server too - it's along similar lines to https://github.com/dart-lang/sdk/issues/46722 (which also involves teaching the server about arb files).

DanTup avatar Sep 16 '21 06:09 DanTup

Reopening as we expect this would require some work in the IDE in addition to analyzer changes

helin24 avatar Jun 06 '22 23:06 helin24