pikaju / flutter-maps-launcher

Simple Flutter package to open the maps application (or browser) on all platforms.
https://pub.dev/packages/maps_launcher
MIT License
60 stars 43 forks source link

Needs android namespace for Gradle 8 support #31

Closed cpboyd closed 6 months ago

cpboyd commented 1 year ago

Bug report

Describe the bug

A problem occurred configuring project ':firebase_auth'.
> Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
   > Namespace not specified. Please specify a namespace in the module's build.gradle file like so:
android {
    namespace 'com.example.namespace'
}

Steps to reproduce

Steps to reproduce the behavior:

  1. Run AGP in latest Android Studio

Expected behavior

Should be compatible with the version of Gradle suggested by Android Studio.

mananrg commented 6 months ago

I have used all 8.x versions of gradle any solutions to this issue?

cpboyd commented 6 months ago

It seems like this should've been fixed with #32 I'd manually stubbed the local copies of plugins with the

android {
    namespace 'com.example.namespace'
}

If you're having issues, you could try that or open a new issue.

gourgouris commented 5 months ago

I've opened a new issue here: (https://github.com/pikaju/flutter-maps-launcher/issues/40)