Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Sep 20, 2024
1 parent d5abb05 commit 591af4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/src/native/widget_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ final class MapLibreMapStateNative extends State<MapLibreMap>
widget.onStyleLoaded?.call();
}

@override
void onMovementStopped() {
widget.onEvent?.call(const MapEventMovementStopped());
}

@override
void onDoubleClick(pigeon.LngLat point) {
final position = point.toPosition();
Expand Down

0 comments on commit 591af4d

Please sign in to comment.