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
I get the following warnings when compiling flutter_toast 8.2.1: