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
335 stars 121 forks source link

Refactor code and setup android plugin for future implementations #31

Closed marcosmko closed 4 years ago

marcosmko commented 4 years ago

@rodydavis Hello again!

I forgot to make a basic setup creating the necessary mechanisms to use call handlers. This is not necessary for the current release (v1.1.2) as we don't use call handlers at all, but if anyone want to implement something in the android side, this will be necessary.

rodydavis commented 4 years ago

Thank you!