AMapConfig.dart 312 Bytes
import 'package:amap_flutter_base/amap_flutter_base.dart';

class AMapConfig {

  static const androidKey = "8395ac94201590a0e5cfe4c836b1d2c9";
  static const iosKey = "3d2ef3dd5e6da65e19e34d34d9a403a1";

  static const AMapApiKey aMapApiKeys = AMapApiKey(
    iosKey: iosKey,
    androidKey: androidKey,
  );

}