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

iOS
mlch911 7 months ago
parent fce4e559fd
commit 08d697856a

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

@ -109,7 +109,11 @@ dependencies:
disable_screenshots: ^0.1.0 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 flutter_svg: ^0.19.1
dev_dependencies: dev_dependencies:

Loading…
Cancel
Save