You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is supposed to handle zoom and panning, and it works, but the moment I do a somewhat "extreme" gesture (like zooming too much or doing a rotation with the two fingers of 360°) the program crashes due to an exception: [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: RangeError (index): Invalid value: Not in inclusive range 0..99: -1.
I have no idea how to solve this issue.
The text was updated successfully, but these errors were encountered:
I've copy pasted this code from the example directory:
It is supposed to handle zoom and panning, and it works, but the moment I do a somewhat "extreme" gesture (like zooming too much or doing a rotation with the two fingers of 360°) the program crashes due to an exception:
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: RangeError (index): Invalid value: Not in inclusive range 0..99: -1
.I have no idea how to solve this issue.
The text was updated successfully, but these errors were encountered: