init project
This commit is contained in:
9
example/lib/const_config.dart
Normal file
9
example/lib/const_config.dart
Normal file
@ -0,0 +1,9 @@
|
||||
import 'package:amap_map/amap_map.dart';
|
||||
|
||||
class ConstConfig {
|
||||
static const AMapApiKey amapApiKeys = AMapApiKey(
|
||||
androidKey: '900f72eeee0f21e435cebb0ef155582a',
|
||||
iosKey: '4dfdec97b7bf0b8c13e94777103015a9');
|
||||
static const AMapPrivacyStatement amapPrivacyStatement =
|
||||
AMapPrivacyStatement(hasContains: true, hasShow: true, hasAgree: true);
|
||||
}
|
Reference in New Issue
Block a user