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
I'm using app_review version 2.0.0 and it has a bug in getBundleName method. It always returns the wrong app name.
getBundleName
// return _appBundle; return 'net.webike.app01';
I think it will be fixed if I get this fix, but it seems that it needs an update to flutter 2.0. I can't update yet, so is there any other way?
90c32a1#diff-fe05ff2e81a4320692b576694afa8c024e90d4b8b93edd8af280eddb2645045bL192
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using app_review version 2.0.0 and it has a bug in
getBundleName
method.It always returns the wrong app name.
I think it will be fixed if I get this fix, but it seems that it needs an update to flutter 2.0.
I can't update yet, so is there any other way?
90c32a1#diff-fe05ff2e81a4320692b576694afa8c024e90d4b8b93edd8af280eddb2645045bL192
The text was updated successfully, but these errors were encountered: