Purus / launch_review

A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
https://pub.dartlang.org/packages/launch_review
MIT License
181 stars 130 forks source link

[migration required] stopped working on Android after I updated Flutter to version 1.17 #23

Open lslv1243 opened 4 years ago

lslv1243 commented 4 years ago

Apparently the v1 embedding stopped working on Flutter 1.17. To fix this issue it is needed to update to the embedding v2: https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration

lslv1243 commented 4 years ago

I made a pull request with the needed change: https://github.com/Purus/launch_review/pull/24