We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e3a8e commit d8e52acCopy full SHA for d8e52ac
lib/src/gestures/gestures.dart
@@ -435,7 +435,7 @@ abstract class MapGestureMixin extends State<FlutterMap>
435
}
436
437
438
- if (_pinchMoveStarted) {
+ if (_pinchZoomStarted || _pinchMoveStarted) {
439
final oldCenterPt = mapState.project(mapState.center, newZoom);
440
final newFocalLatLong = _offsetToCrs(_focalStartLocal, newZoom);
441
final newFocalPt = mapState.project(newFocalLatLong, newZoom);
0 commit comments