I want to shift background image according to device orientation and angle.
All Flutter parallax implementions which I found were using scrolling events to shift image. But how to do the same using acceleromenter/gyroscope data?
Basically, I'm looking for something similar to parallax.js, but on Flutter.
Thanks in advance!