You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: