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.
311 stars 81 forks source link

Compilation warning #6

Closed ferraridamiano closed 4 years ago

ferraridamiano commented 4 years ago

When you compile an app with this package it shows:

Note: C:\flutter\.pub-cache\hosted\pub.dartlang.org\in_app_review-0.2.0+3\android\src\main\java\dev\britannio\in_app_review\InAppReviewPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

It is not an error, just a warning, is it possible to fix this?

britannio commented 4 years ago

It's just a warning and shouldn't affect the functionality of the plugin. See https://github.com/flutter/flutter/issues/37616#issuecomment-615007073

britannio commented 4 years ago

On that note, I've fixed the warning in https://github.com/britannio/in_app_review/commit/90a936f5d2a49421eb31c2e898d25edef032a90f

britannio commented 4 years ago

@ferraridamiano And it's been published https://pub.dev/packages/in_app_review/versions/0.2.0+4