tlserver / flutter_map_location_marker

A flutter map plugin for displaying device current location.
https://pub.dev/packages/flutter_map_location_marker
BSD 3-Clause "New" or "Revised" License
108 stars 98 forks source link

Error building APK after adding flutter_map_location_marker – Namespace not specified in flutter_compass #130

Closed maotou316 closed 1 month ago

maotou316 commented 2 months ago

Describe the bug When I add the flutter_map_location_marker package to my Flutter project and try to build the APK, I receive an error related to the flutter_compass package configuration. The error message suggests that a namespace is not specified in the module's build.gradle file.

vbnet 複製程式碼

Add flutter_map_location_marker package in pubspec.yaml. Run the command flutter build apk. The build process fails with the error mentioned above. Expected behavior The APK should build successfully without any namespace-related issues.

md-lotfi commented 2 months ago

I think the flutter_compass library is incompatible, since this library is outdated, I opened a new issue and I'm still looking for a solution.

tlserver commented 1 month ago

Since #131 has longer discussion, I am closing this. Please continue there.