ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.44k stars 354 forks source link

Deprecation warning when compiling #428

Open lukehutch opened 1 year ago

lukehutch commented 1 year ago

I get the following warnings when compiling flutter_toast 8.2.1:

w: /home/luke/.pub-cache/hosted/pub.dev/fluttertoast-8.2.1/android/src/main/kotlin/io/github/ponnamkarthik/toast/fluttertoast/FlutterToastPlugin.kt: (9, 48): 'Registrar' is deprecated. Deprecated in Java
w: /home/luke/.pub-cache/hosted/pub.dev/fluttertoast-8.2.1/android/src/main/kotlin/io/github/ponnamkarthik/toast/fluttertoast/MethodCallHandlerImpl.kt: (56, 43): 'getDrawable(Int): Drawable!' is deprecated. Deprecated in Java
w: /home/luke/.pub-cache/hosted/pub.dev/fluttertoast-8.2.1/android/src/main/kotlin/io/github/ponnamkarthik/toast/fluttertoast/MethodCallHandlerImpl.kt: (58, 38): 'setColorFilter(Int, PorterDuff.Mode): Unit' is deprecated. Deprecated in Java
w: /home/luke/.pub-cache/hosted/pub.dev/fluttertoast-8.2.1/android/src/main/kotlin/io/github/ponnamkarthik/toast/fluttertoast/MethodCallHandlerImpl.kt: (68, 29): 'setter for view: View?' is deprecated. Deprecated in Java
w: /home/luke/.pub-cache/hosted/pub.dev/fluttertoast-8.2.1/android/src/main/kotlin/io/github/ponnamkarthik/toast/fluttertoast/MethodCallHandlerImpl.kt: (73, 62): 'getter for view: View?' is deprecated. Deprecated in Java
lukehutch commented 1 year ago

This output is generated by simply doing

# cd android
# ./gradlew clean build

The warnings don't always show when building using VSCode or similar.