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

Error in android #42

Closed kirill09 closed 3 years ago

kirill09 commented 3 years ago

i tried new version hoping to get new in-app reviews for android. But I got an error. I am running on emulator api level 29 with google play serve

E/flutter ( 6645): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: PlatformException(error, Android activity not available, null) E/flutter ( 6645): #0 StandardMethodCodec.decodeEnvelope package:flutter/…/services/message_codecs.dart:569 E/flutter ( 6645): #1 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:156 E/flutter ( 6645): <asynchronous suspension> E/flutter ( 6645): #2 MethodChannel.invokeMethod package:flutter/…/services/platform_channel.dart:329 E/flutter ( 6645): #3 AppReview.isRequestReviewAvailable package:app_review/app_review.dart:58

rodydavis commented 3 years ago

fixed with version 2.1.1

reopen if it is still an issue!