rawsensors 0.0.1 copy "rawsensors: ^0.0.1" to clipboard
rawsensors: ^0.0.1 copied to clipboard

outdated

A flutter plugin that lets you access raw data from sensors

rawsensors

A flutter plugin that lets you access raw data from sensors

Features #

Sensor types available:

  • Accelerometer
  • Temperature
  • Gyroscope
  • Magnetometer
  • Light

Warning: This plugin does not support IOS for now, I would greatly appreciate some help to support IOS.

Usage #

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

dependencies:
  rawsensors: 0.0.1

Example #

import 'package:rawsensors/rawsensors.dart';

RawSensors.getStream(SensorType.accelerometer)
  .then((Stream sensorStream) => sensorStream.listen((dynamic data) {
    print(data);
  }));

Issues #

If you have any issue, bug or feature request please open an issue.

Contribution #

Contributions are welcomed, feel free to contribute if you see any improvement or you want to add new features.

License #

MIT TrAyZeN

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A flutter plugin that lets you access raw data from sensors

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on rawsensors