dns-technologies / mlkit_scanner

A Flutter plugin to detect barcodes, text, faces, and objects using Google MLKit API for iOS and Android
Other
25 stars 14 forks source link

Needs android namespace for Gradle 8 support #44

Open mbenci opened 3 months ago

mbenci commented 3 months ago
A problem occurred configuring project ':mlkit_scanner'.
[        ] > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
[        ]    > 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.

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

JosephKorel commented 4 weeks ago

@mbenci Did you find a solution for that?

mbenci commented 4 days ago

@mbenci Did you find a solution for that?

I did a PR deal on that. You can use that in the meantime