JeffG05/emoji_picker

Deprecated API

Opened this issue · 4 comments

When using your simple example in my Flutter App, I get the following debug log :

EmojiPickerPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

I'm also having the same warning

I have the same issue it also conflicts with MulitImagePicker

error:
Note: /Users/macbook/.pub-cache/hosted/pub.dartlang.org/emoji_picker-0.1.0/android/src/main/java/com/jeffg/emoji_picker/EmojiPickerPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: /Users/macbook/.pub-cache/hosted/pub.dartlang.org/multi_image_picker-4.7.12/android/src/main/java/com/vitanov/multiimagepicker/FileDirectory.java uses or overrides a deprecated API.

same here