name: map_launcher
description: Map Launcher is a flutter plugin to find available maps installed on a device and launch them with a marker or show directions.
version: 4.4.2
homepage: https://github.com/mattermoran/map_launcher
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.13.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter:
plugin:
platforms:
android:
package: dev.fluttered.map_launcher
pluginClass: MapLauncherPlugin
ios:
pluginClass: MapLauncherPlugin
ohos:
package: com.alexmiller.map_launcher.map_launcher_ohos
pluginClass: MapLauncherOhosPlugin
assets:
- assets/icons/
screenshots:
- description: 'Show marker demo'
path: screenshots/marker.webp
- description: 'Show directions demo'
path: screenshots/directions.webp