move_to_background
move_to_background copied to clipboard
Registrar in PluginRegistry has been deprecated
C:\flutter\.pub-cache\hosted\pub.dartlang.org\move_to_background-1.0.2\android\src\main\java\com\sayegh\move_to_background\MoveToBackgroundPlugin.java:13: warning: [deprecation] Registrar in PluginRegistry has been deprecated
import io.flutter.plugin.common.PluginRegistry.Registrar;
^
C:\flutter\.pub-cache\hosted\pub.dartlang.org\move_to_background-1.0.2\android\src\main\java\com\sayegh\move_to_background\MoveToBackgroundPlugin.java:24: warning: [deprecation] Registrar in PluginRegistry has been deprecated
public static void registerWith(Registrar registrar) {
^
2 warnings
Hi
Same issue here
move_to_background-1.0.2\android\src\main\java\com\sayegh\move_to_background\MoveToBackgroundPlugin.java:24: warning: [deprecation] Registrar in PluginRegistry has been deprecated public static void registerWith(Registrar registrar) {
buildscript {
ext.kotlin_version = '1.7.10'
ext {
compileSdkVersion = 30
targetSdkVersion = 30
appCompatVersion = "1.1.0"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// classpath 'com.google.gms:google-services:4.3.14'
}
}