Skip to content

fluttercuba/motion_sensors

 
 

Repository files navigation

motion_sensors

Flutter plugin for accessing the Android and iOS accelerometer, gyroscope, magnetometer and orientation sensors.

Getting Started

To use this plugin, add motion_sensors as a dependency in your pubspec.yaml file.

import 'package:motion_sensors/motion_sensors.dart';

motionSensors.magnetometer.listen((MagnetometerEvent event) {
    print(event);
});

Screenshot

screenshot

About

Flutter plugin for accessing the Android and iOS accelerometer gyroscope and magnetometer sensors.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 41.1%
  • Swift 25.9%
  • Kotlin 22.5%
  • Ruby 9.0%
  • Objective-C 1.5%