JiangJuHong / FlutterPerfectVolumeControl

Flutter 完美的音量控制插件,支持Android和IOS,功能有:显示隐藏音量图标、音量监听、获得音量、设置音量
Apache License 2.0
17 stars 20 forks source link

Deprecated API used in PerfectVolumeControlPlugin.java #4

Open Tom3652 opened 2 years ago

Tom3652 commented 2 years ago

Hello and thanks for the package !

Just to show you the warning i have at app start after running flutter clean :

Note: /Users/foxtom/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/perfect_volume_control-1.0.5/android/src/main/java/top/huic/perfect_volume_control/perfect_volume_control/PerfectVolumeControlPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
JiangJuHong commented 2 years ago

I will look at this problem and optimize it as much as possible. Fortunately, however, it does not affect the effect of the runtime

Tom3652 commented 2 years ago

Yes sure ! It was just to tell the warning, better to not have deprecated APIs in the future for compatibility reasons but for now i can run my app without problem :) Thanks

ova2 commented 2 years ago

I can confirm this warning. Looking forward for a fix.

RajKavadia commented 1 year ago

I am currently working on this issue. will patch things up related to deprecated API.

ova2 commented 1 year ago

@RajKavadia Thanks for your effort.