release: 1.0.1

This commit is contained in:
Kuloud
2023-12-29 22:16:21 +08:00
parent 5ecf421da4
commit 595930067f
18 changed files with 3 additions and 35 deletions

View File

@ -243,7 +243,6 @@ class _State extends State<_Body> {
// _createMarkerImageFromBytes(context);
final AMapWidget map = AMapWidget(
apiKey: ConstConfig.amapApiKeys,
onMapCreated: _onMapCreated,
markers: Set<Marker>.of(_markers.values),
);