flutter_rotation_sensor 0.4.0 copy "flutter_rotation_sensor: ^0.4.0" to clipboard
flutter_rotation_sensor: ^0.4.0 copied to clipboard

A package provides a stream of device's orientation in three different representations: a rotation matrix, a quaternion, and Euler angles (azimuth, pitch, roll).

0.4.0 - 2026-08-27 #

Features

  • Added web platform support.
  • Migrated to the new logging package.
  • Added a diagnostic mode.
  • Changed double inputs to num.
  • Extended the multiply operator for math objects to support additional types.
  • Added support for calculations involving non-normalized AxisAngle, Matrix3 or Quaternion values.
  • Improved example app.

0.3.1 - 2026-08-13 #

Bug Fixes

  • Corrected the orientation event values for the iOS north reference frame. (#100)
  • Fixed the azimuth value for the west direction in the README.

0.3.0 - 2026-06-28 #

Features

  • Added configurable reference frame. (#12, #95, #96)
  • Added Swift Package Manager support. (#93)
  • Migrated to AGP 9 with built-in Kotlin support. (#99)

Bug Fixes

  • Fixed a potential ArrayIndexOutOfBoundsException in Android orientation handling.

Thanks to camilleRiquet.

0.2.0 - 2025-10-21 #

Features

  • Added an indicator for platform support.

Bug Fixes

  • Fixed the README. (#62)

0.1.1 - 2024-10-22 #

Bug Fixes

  • Fixed an issue during the iOS build process.

0.1.0 - 2024-07-25 #

Features

  • Initial release.
10
likes
160
points
35.6k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A package provides a stream of device's orientation in three different representations: a rotation matrix, a quaternion, and Euler angles (azimuth, pitch, roll).

Repository (GitHub)
View/report issues

Topics

#rotation #orientation #heading #sensor #compass

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, intl, meta, native_device_orientation, plugin_platform_interface, web

More

Packages that depend on flutter_rotation_sensor

Packages that implement flutter_rotation_sensor