fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
329 stars 108 forks source link

Open wrong Google play on Android #56

Open diceku opened 3 years ago

diceku commented 3 years ago

I'm using app_review version 2.0.0 and it has a bug in getBundleName method. It always returns the wrong app name.

    // 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?

https://github.com/fluttercommunity/app_review/commit/90c32a1023bb8b3ef9f7740fef5d3746e18c9d8f#diff-fe05ff2e81a4320692b576694afa8c024e90d4b8b93edd8af280eddb2645045bL192