Skyost / RateMyApp

This plugin allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc...).
https://pub.dev/packages/rate_my_app
MIT License
273 stars 111 forks source link

Error while executing flutter run after adding the dependency and crash #139

Closed wasif2mehmood closed 9 months ago

wasif2mehmood commented 1 year ago

Describe the bug FAILURE: Build failed with an exception.

To Reproduce after adding the dependency of rate my app and running flutter pub get when i execute flutter run command this error occurs

Screenshots If applicable, add screenshots to help explain your problem.

image

it is something about kotlin version conflict i tried version overriding but did not worked.

Skyost commented 1 year ago

I don't think that this error is related to this plugin. Try to flutter clean && flutter pub get.

kemalilketuna commented 12 months ago

I have same error

Skyost commented 11 months ago

I don't think that this error is related to this plugin. Try to flutter clean && flutter pub get.

jrmarkham commented 10 months ago

I had a similar issue (different plugin). I removed the duplicate dependency from android/app/build.gradle and boom it compiled.