ravitejaavv / store_checker

This Flutter plugin is useful to find the origin of apk/ipa which is made available for download. **Android**: It's very common to have Android applications republished on alternate markets or their APKs made available for download. The plugin detects whether app is installed from local source or Play Store or other stores **iOS**: Detects whether we have installed TestFlight Beta or App Store build
MIT License
23 stars 19 forks source link

StoreCheckerPlugin.java uses or overrides a deprecated API #12

Open Francesco-FL opened 1 year ago

Francesco-FL commented 1 year ago

Hi, when I create the build I get this error: Note: C:\src\flutter.pub-cache\hosted\pub.dartlang.org\store_checker-1.1.0\android\src\main\java\store\checker\store_checker\StoreCheckerPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details.

ravitejaavv commented 1 year ago

We will remove deprecated code and update you asap

batuhanseckinub commented 1 year ago

Thank you for this package.

Do you happen to have any updates on this issue?

Dario-Maselli commented 2 months ago

@ravitejaavv - Hey! Any news on this fix?