[cloud@psi ~]$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.29.1, on Arch Linux 6.13.3-arch1-1, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2024.2)
[✓] IntelliJ IDEA Community Edition (version 2024.3)
[✓] Connected device (2 available)
Intro
This is related to the fact that currently there is no reliable way to distinguish mouse / trackpad scroll events on the web:
Therefore on Firefox or on some OS trackpad events are registered as mouse events.
Steps to reproduce
InteractiveViewerwidget in a project withtrackpadScrollCausesScalefield set to false.Expected results
The
InteractiveViewerchild is not scaled.Actual results
The
InteractiveViewerchild is scaled.Code sample
Code sample
Screenshots or Video
No response
Logs
Flutter Doctor output
Doctor output