This is what I get when I try to run flutter debug
This is the file I don't understand
CodePudding user response:
Change targetSdkVersion in defaultConfig block works for me.
In path: project_folder/android/app/build.gradle
CodePudding user response:
Figured out the issue was from a package I was using (flutter_paystack), checked the GitHub issues and found a solution. https://github.com/wilburt/flutter_paystack/issues/124#issuecomment-1152890758