添加高德xhj的key

This commit is contained in:
葛佳祥 2024-04-16 11:21:41 +08:00
parent 3d491ffaf2
commit 348fda3ed4

View File

@ -132,10 +132,10 @@ class F {
return const StarLockAMapKey( return const StarLockAMapKey(
androidKey: 'fb0d2a3e4208b36452cf636aa025a24f', androidKey: 'fb0d2a3e4208b36452cf636aa025a24f',
iosKey: '86ca725a12a629c280e116a317aaba19'); iosKey: '86ca725a12a629c280e116a317aaba19');
// case Flavor.xhj: case Flavor.xhj:
// return const StarLockAMapKey( return const StarLockAMapKey(
// androidKey: 'todo', androidKey: '9dd8073a2e96870b206269bb562a887a',
// iosKey: 'todo'); iosKey: 'c70047e60ce704d945ea89d6c2763b82');
default: default:
throw Exception('flavor[$name] aMapKey not found'); throw Exception('flavor[$name] aMapKey not found');
} }