Marvin Hohlfeld
Marvin Hohlfeld
Hi @Taym95, thanks for the feedback! Why do you think that this is not a library issue? It is a library function (requestMtu) that is called here and that returns...
Digging a bit deeper into `flutter\lib\src\gestures\scale.dart` in function `handleEvent(PointerEvent event)` shows that when it gets broken it has missed a `PointerUpEvent` and _pointerQueue.length stucks at 1: **Working scenario (pinch after...
Same here with http package: we are using current http version 1.1.0 but dart_code_linter still requires version 0.13.5 So +1 for upgrading the dependencies!