sensors_plus 1.2.0 copy "sensors_plus: ^1.2.0" to clipboard
sensors_plus: ^1.2.0 copied to clipboard

outdated

Flutter plugin for accessing accelerometer, gyroscope, and magnetometer sensors.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sensors_plus

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

dependencies:
  sensors_plus: ^1.2.0

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:sensors_plus/sensors_plus.dart';
747
likes
0
pub points
98%
popularity

Publisher

verified publisherfluttercommunity.dev

Flutter plugin for accessing accelerometer, gyroscope, and magnetometer sensors.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, sensors_plus_platform_interface, sensors_plus_web

More

Packages that depend on sensors_plus