iOS4.1 Flutter 플러터를 사용하여 가능한 경우 Google Maps 앱을 여십시오., Open Google Maps app if available with flutter 질문 Google Maps 앱이 iOS에 설치되어 있는지 감지하고, 설치되어 있다면 실행하고, 그렇지 않으면 Apple Maps를 실행하려고 합니다. 지금까지 한 작업은 다음과 같습니다. 그러나 Google Maps가 설치된 폰에서는 감지되지 않고 적절하게 실행되지 않습니다. 어떤 아이디어가 있나요? import 'package:url_launcher/url_launcher.dart'; _launchMaps() async { String googleUrl = 'comgooglemaps://?center=${trip.origLocationObj.lat},${trip.origLocationObj.lon}'; String appleUrl = 'https://maps.apple.com/?sll=${trip.or.. 2023. 10. 3. 이전 1 다음