flutter_ymap 1.0.2 copy "flutter_ymap: ^1.0.2" to clipboard
flutter_ymap: ^1.0.2 copied to clipboard

YMap.

Getting Started #

Android #

compileSdkVersion 33
minSdkVersion 19

IOS #

Flutter #

import 'package:flutter_ymap/YMap.dart';

void main() {
  YMapSDK.init(
    appKey: YAppKey(
      baidu: YAppKey_Baidu(
        android_appkey: "",
        ios_appkey: "",
        android_tts_appId: "",
        ios_tts_appId: "",
        android_tts_apiKey: "",
        ios_tts_apiKey: "",
        android_tts_secretKey: "",
        ios_tts_secretKey: "",
        android_tts_authsn: "",
      ),
      gaode: YAppKey_Gaode(
        android: "",
        ios: "",
      ),
    ),
  );
}