On Android, we can access the pressure of an event using getPressure, on iOS one can use the force property. But can we access these event properties also when using dart/flutter? If not, is there a work-around possible?
In flutter you can use ForcePressGestureRecognizer
The interpolation function should give you the raw device pressure.