修复map_launcher无法检测iOS本地已安装地图

iOS
mlch911 7 months ago
parent fce4e559fd
commit 08d697856a

@ -467,9 +467,11 @@ packages:
map_launcher:
dependency: "direct main"
description:
name: map_launcher
url: "https://pub.flutter-io.cn"
source: hosted
path: "."
ref: ea5bb6d38102be8ea1a672c9681b1749fe1eed4b
resolved-ref: ea5bb6d38102be8ea1a672c9681b1749fe1eed4b
url: "https://git.mluoc.tech/mlch911/map_launcher.git"
source: git
version: "1.1.3+1"
matcher:
dependency: transitive

@ -109,7 +109,11 @@ dependencies:
disable_screenshots: ^0.1.0
# 导航相关插件
map_launcher: ^1.1.3+1
map_launcher:
git:
url: https://git.mluoc.tech/mlch911/map_launcher.git
ref: ea5bb6d38102be8ea1a672c9681b1749fe1eed4b
flutter_svg: ^0.19.1
dev_dependencies:

Loading…
Cancel
Save