AngeloAvv / flutter_flavorizr

A flutter utility to easily create flavors in your flutter application
https://pub.dev/packages/flutter_flavorizr
MIT License
468 stars 85 forks source link

multiple flavorizr , multiple InfoPlist.strings, multiple languages #146

Open LinHaoLove opened 1 year ago

LinHaoLove commented 1 year ago

Hello, friends. I have a question. I don't know if it can be done. I have multiple Flavorizrs, and I think each flavorizr has its own InfoPlist.strings. This logic is somewhat similar to the CFBundleDisplayName in the Info.plist file, but this does not seem to be able to display in multiple languages.

This is already done on Android. "app->src->multiple flavorizr_name folder-> multiple values-language folder ->strings.xml-> app_name:Chinese, English, Japanese, and so on"

But I don't know if there is a suitable solution for iOS.

qianciling commented 1 year ago

me too

AngeloAvv commented 1 year ago

Hello @LinHaoLove , have you tried with this solution?

LinHaoLove commented 1 year ago

Hello @LinHaoLove , have you tried with this solution?

Thank you for your reply. This solution is a bit difficult for me. I don't understand. I think there will be better solutions in the future.