“PathProviderPlugin.java usa operações desmarcadas ou inseguras.” Respostas de código

PathProviderPlugin.java usa operações desmarcadas ou inseguras.

Enable multidex for flutter project.

1. Open [project_folder]/app/build.gradle and add following lines.

defaultConfig {
    ...
    multiDexEnabled true
}

and

dependencies {
    ...
    implementation 'com.android.support:multidex:1.0.3'
}

2. Enable Jetifier. Open [project_folder]/android/app/gradle.properties and add
following lines.

android.useAndroidX=true
android.enableJetifier=true
Lokesh003

Nota: PathProviderPlugin.java usa operações desmarcadas ou inseguras

They will not cause problems for your project as they are just deprecation warnings from the plugin itself.
Tired Tamarin

Respostas semelhantes a “PathProviderPlugin.java usa operações desmarcadas ou inseguras.”

Perguntas semelhantes a “PathProviderPlugin.java usa operações desmarcadas ou inseguras.”

Procure respostas de código populares por idioma

Procurar outros idiomas de código