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

A flutter plugin that lets you access raw data from sensors, the goal of this plugin is to expose every sensors from the Android and IOS framework.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rawsensors

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rawsensors: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rawsensors/rawsensors.dart';
0
likes
40
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin that lets you access raw data from sensors, the goal of this plugin is to expose every sensors from the Android and IOS framework.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rawsensors