0

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!

emvaized
  • 884
  • 12
  • 23

1 Answers1

0

I think I found a possible solution to my question: https://github.com/opannapo/Flutter-DemoAccelerometer

emvaized
  • 884
  • 12
  • 23