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

Update Android dependencies #62

Closed vmeretin closed 1 year ago

vmeretin commented 2 years ago
britannio commented 2 years ago

Hey @vmeretin, thanks for the PR! Before I merge it, I noticed that the PR deletes some files under the .idea folder. Is this intentional? Maybe these files belong in the .gitignore file?

vmeretin commented 2 years ago

Hey @britannio. I delete .idea folder, because it is plugin android folder. When you create a new plugin, android folder doesn't have .idea folder. You can revert this change, if you need this folder.

PS Add one more commit with updated url_launcher plugin, because tests failed.

britannio commented 1 year ago

Thanks for the PR! #72 has since been merged though so this is no longer necessary, apologies.