When I upgrade my android directory to contain version numbers and settings present in new Flutter projects created by flutter create, I run into an error with a missing namespace for the build.gradle file of this project.
This error came up with another package. I think you just need to add a "namespace" setting here.
When I upgrade my
android
directory to contain version numbers and settings present in new Flutter projects created byflutter create
, I run into an error with a missing namespace for thebuild.gradle
file of this project.This error came up with another package. I think you just need to add a "namespace" setting here.