We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I really like the packe. It works really well, but I noticed an issue with german Umlaute (ä,ö,ü). For example if we execute the following Statement:
flutter pub global run rename setAppName --targets ios,android --value "Häuschen App"
It renames the apps to:
<application android:label="Häuschen App" android:name="${applicationName}" android:icon="@mipmap/ic_launcher">
and
<key>CFBundleDisplayName</key> <string>Häuschen App</string> <key>CFBundleName</key> <string>Häuschen App</string>
Is there a way to escape these charactors or maybe pass an encoding?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I really like the packe. It works really well, but I noticed an issue with german Umlaute (ä,ö,ü). For example if we execute the following Statement:
flutter pub global run rename setAppName --targets ios,android --value "Häuschen App"
It renames the apps to:
and
Is there a way to escape these charactors or maybe pass an encoding?
The text was updated successfully, but these errors were encountered: