Closed idileepd closed 4 years ago
Fixed ::
Changed Local cached package
Flutter sdk\.pub-cache\hosted\pub.dartlang.org\multipart_request-0.3.0
Step 1 :
Flutter sdk\.pub-cache\hosted\pub.dartlang.org\multipart_request-0.3.0\android\build.gradle
change :
compileSdkVersion 27
with
compileSdkVersion 28
Step 2:
Flutter sdk\.pub-cache\hosted\pub.dartlang.org\multipart_request-0.3.0\android\gradle.properties
add these 2 lines
android.useAndroidX=true
android.enableJetifier=true
I am making this issue open until package updates
Version 0.3.1 is live now.
thanks
Update this flutter package to AndroidX After I upgrade this manually I get rid of this error.