New to flutter, is there a way to internationalize my app name. I see this is possible with other apps.
I was able to get strings within the app internationalized following the guide here: https://phrase.com/blog/posts/flutter-localization/
However, I think app name is stored in android/app/src/main/AndroidManifest.xml
so that is not something I can change with the flutter internationalization packages.
Is this possible? Thanks.