Aeyrium Sensor | Coderz Repository

aeyrium_sensor

Last updated:

0 purchases

aeyrium_sensor Image
aeyrium_sensor Images

Free

Languages

Categories

Add to Cart

Description:

aeyrium sensor

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.
Import #
To use this plugin, add aeyrium_sensor as a dependency in your pubspec.yaml file. For example:
dependencies:
aeyrium_sensor: ^1.0.7
copied to clipboard
Usage #
import 'package:aeyrium_sensor/aeyrium_sensor.dart';

AeyriumSensor.sensorEvents.listen((SensorEvent event) {
//do something with the event , values expressed in radians
print("Pitch ${event.pitch} and Roll ${event.roll}")

});

copied to clipboard
Real Demo #
We developed this plugin to use it on our Attitude indicator screen.

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.