How to upload and read file for google drive in flutter application without third part lib

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Use this code in build.gradle configurations.configureEach {
exclude module: 'httpclient'
}

packaging {
resources {
resources.excludes += [
"META-INF/DEPENDENCIES",
"META-INF/LICENSE",
"META-INF/LICENSE.txt",
"META-INF/license.txt",
"META-INF/NOTICE",
"META-INF/NOTICE.txt",
"META-INF/notice.txt",
"META-INF/ASL2.0"
]
}
}


THE code in video is deprecated

codingwithnobody
Автор

Why didn't you see the application when running?

Smart_project