britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
306 stars 78 forks source link

SnapStore support #32

Open CaptainDario opened 3 years ago

CaptainDario commented 3 years ago

Thank you for this plugin! However I am wondering it there are plans to support the snapstore on Linux? I am interested in it because it is the way detailed in the flutter docs.

britannio commented 3 years ago

@CaptainDario Does the snap store support displaying a review pop up? I haven't found any documentation for such a feature however, if it does exist then I'll happily look into implementing it, pull requests are also more than welcome.

Additionally, this is a federated plugin so anyone can create a non-endoresed federated plugin supporting a specific linux store.

CaptainDario commented 3 years ago

@britannio thank you for your feedback! You are right, I think there is no review popup for the snap store. However I was more thinking about adding it to this function:

inAppReview.openStoreListing(appStoreId: '...', microsoftStoreId: '...', snapstoreid: '...');

I also opened an issue on the snapcraft.io repo to add an in-app review dialogue (but I think if they add that at all, it will be low priority).

britannio commented 3 years ago

Is it just a case of opening a url in the form snap://<app-id>?

CaptainDario commented 3 years ago

@britannio yes, that's all one needs to do. For example to open the telegram desktop app the link would be snap://telegram-desktop