Essential Studio for Flutter Release Notes

v25.1.39
April 09, 2024

Chart

Features

Improvements:

ZoomPanBehavior:

Added below methods for pointer and gesture events, along with a paint method, to allow for customization of the zooming and panning.

  • handleEvent
  • handleDoubleTap
  • handleScaleStart
  • handleScaleUpdate
  • handleScaleEnd
  • handleLongPressStart
  • handleLongPressMoveUpdate
  • handleLongPressEnd
  • onPaint