avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

Android app - Plugins - uses or overrides a deprecated API #105

Open JigneshWorld opened 3 years ago

JigneshWorld commented 3 years ago

I am ignoring these warnings till now but thought let's lookout for way to get rid of these if is there any quick fix..?

Note: Recompile with -Xlint:unchecked for details.
Note: /.../flutter/.pub-cache/hosted/pub.dartlang.org/uni_links-0.4.0/android/src/main/java/name/avioli/unilinks/UniLinksPlugin.java uses or overrides a deprecated API.
avioli commented 3 years ago

Do you still get these?

BringTheChill commented 3 years ago

@avioli I still got this

phamhieu commented 3 years ago

I still get these on v0.5.1

Note: /Users/phamhieu/Documents/sdks/flutter/.pub-cache/hosted/pub.dartlang.org/uni_links-0.5.1/android/src/main/java/name/avioli/unilinks/UniLinksPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.   
JigneshWorld commented 3 years ago

Do you still get these?

Yes I still got with everything on latest stable...

aleaforny commented 2 years ago

Still got this API depreciation warning too

guyluz11 commented 1 year ago

I think it is a duplicate of #131 .