I’m developing a Flutter application where users can share locations with each other. However, when users share a location from apps like WhatsApp, my app isn’t recognized as an option alongside Google Maps and Waze.
What I’ve tried:
Configured intent-filters in AndroidManifest.xml to handle geo: URIs and text/plain shared texts.
Ensured correct package name (package) matching between AndroidManifest.xml and Flutter project configuration (pubspec.yaml).
Tested on multiple Android devices and emulators.
Cleared app cache and data, restarted devices.
Despite these efforts, my app still doesn’t appear as a choice when tapping on a shared location. How can I ensure my Flutter app is recognized and listed alongside Google Maps and Waze when users share locations?