flutter_native_timezone icon indicating copy to clipboard operation
flutter_native_timezone copied to clipboard

import io.flutter.plugin.common.PluginRegistry.Registrar

Open najeebaslan opened this issue 4 years ago • 2 comments

/home/najeeb/Android/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_native_timezone-2.0.0/android/src/main/kotlin/com/whelksoft/flutter_native_timezone/FlutterNativeTimezonePlugin.kt:12:48: warning: 'Registrar' is deprecated. Deprecated in Java import io.flutter.plugin.common.PluginRegistry.Registrar

najeebaslan avatar Dec 08 '21 19:12 najeebaslan

I am getting the same warning using version 2.0.0

w: .../Flutter/.pub-cache/hosted/pub.dartlang.org/flutter_native_timezone-2.0.0/android/src/main/kotlin/com/whelksoft/flutter_native_timezone/FlutterNativeTimezonePlugin.kt: (12, 48): 'Registrar' is deprecated. Deprecated in Java

w: .../Flutter/.pub-cache/hosted/pub.dartlang.org/flutter_native_timezone-2.0.0/android/src/main/kotlin/com/whelksoft/flutter_native_timezone/FlutterNativeTimezonePlugin.kt: (23, 37): 'Registrar' is deprecated. Deprecated in Java

barbrady91 avatar Feb 08 '22 13:02 barbrady91

Aaand it's still

Task :flutter_native_timezone:compileReleaseKotlin w: /home/csaba/.pub-cache/hosted/pub.dartlang.org/flutter_native_timezone-2.0.0/android/src/main/kotlin/com/whelksoft/flutter_native_timezone/FlutterNativeTimezonePlugin.kt: (12, 48): 'Registrar' is deprecated. Deprecated in Java w: /home/csaba/.pub-cache/hosted/pub.dartlang.org/flutter_native_timezone-2.0.0/android/src/main/kotlin/com/whelksoft/flutter_native_timezone/FlutterNativeTimezonePlugin.kt: (23, 37): 'Registrar' is deprecated. Deprecated in Java

MrCsabaToth avatar Jul 11 '22 05:07 MrCsabaToth