The namespace is not defined:
Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
The logger dependency is quiet old which causes a dependency conflict in my project
You also need to update your gradle setup:
You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply
The namespace is not defined:
The logger dependency is quiet old which causes a dependency conflict in my project
You also need to update your gradle setup: