aeyrium_sensor 1.0.1 copy "aeyrium_sensor: ^1.0.1" to clipboard
aeyrium_sensor: ^1.0.1 copied to clipboard

outdated

A Flutter sensor plugin which provide easy access to the Pitch and Roll on Android and iOS devices.

Flutter Aeyrium Sensor Plugin #

Aeyrium Sensor Plugin

A Flutter sensor plugin which provide easy access to the Pitch and Roll on Android and iOS devices. It was made using TYPE_ROTATION_VECTOR sensor on Android and DeviceMotion on iOS.

Usage #

To use this plugin, add aeyrium_sensor as a dependency in your pubspec.yaml file. For example:

dependencies:
  aeyrium_sensor: ^1.0.1

Usage #

import 'package:aeyrium_sensor/aeyrium_sensor.dart';

AeyriumSensor().sensorEvents.listen((SensorEvent event) {
      //do something with the event
      print("Pitch ${event.pitch} and Roll ${event.roll}")
      
    });

Real Demo #

We developed this plugin to use it on our Attitude indicator screen. Aeyrium Sensor

Issues #

Please file any issues, bugs or feature request as an issue on our GitHub page.

Author #

This Aeyrium Sensor plugin for Flutter is developed by Aeyrium Inc

15
likes
0
pub points
30%
popularity

Publisher

verified publisheraeyrium.com

A Flutter sensor plugin which provide easy access to the Pitch and Roll on Android and iOS devices.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on aeyrium_sensor