flutter_showcaseview
flutter_showcaseview copied to clipboard
Chinese character alignment issue
Describe the bug The chinese character for showcaseview will become vertical, but this issue only occurs when I release the android app in play console, it's working fine during debug. Does someone has an idea of what's going wrong?
To Reproduce Steps to reproduce the behavior: Unable to replicate the issue as debug and release mode in Flutter is working fine.
Screenshots
Expected
After release:
Smartphone:
- Device: All android devices
这个问题得到解决了吗?
@ToZhanChi : No Its yet to resolve... once we fix this will update you on same.
Thanks
@MehulKK 我发现只在bottomNavigationBar和TabBar中出现这个对齐问题。其他地方没有问题
Hey @lybur and @ToZhanChi We have released the new version of showcase view. Can you you check that your issue is resolved or not?
And, did you use obfuscation when generating the apk?
And, did you use obfuscation when generating the apk?
No we did not use obfuscation and we are using app bundle. We actually manage to solve this issue before you released the new version, so I'm not sure if this fix is legit, maybe need @ToZhanChi to confirm again.
How we able to solve is that we found out there's some difference in Android SDK and gradle version among my members, so we just tally all the version and it worked out.
I am glad that this issue has been solved, hence closing this issue. Feel free to reopen this issue if it still persists.