The flutter version that I am using is 1.14.7-pre.83.
Here is a screenshot of the errors shown when I try to build the app after the upgrade.
After the ugrade it also said that I need to migrate my project to androidX. I tried to add
android.useAndroidX=true
android.enableJetifier=true
in the gradle.properties but it directed me to another problem shown in the screenshot below. It still shows a blank screen. Please help me out on this.