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

generate code to solve multi package delegate loading using multiple_localization package #86

Open shehabmohamed0 opened 2 years ago

shehabmohamed0 commented 2 years ago

When using this plugin in pacakges(each package has it own delegate) it generates code well but when using these packages's delegates in material app it only loads the first delegate passed in the list

see this package https://pub.dev/packages/multiple_localization

suggests add another flag in yaml file called multiple_localization that generate code for this case

aleksakrstic commented 2 years ago

Hi @shehabmohamed0 Is it related to this issue https://github.com/localizely/flutter-intl-vscode/issues/37 ?

augusting52 commented 2 years ago

Is it solved now?