Last updated:
0 purchases
galli motion sensors
galli_motion_sensors #
Flutter plugin for accessing the Android and iOS accelerometer, gyroscope, magnetometer and orientation sensors.
Getting Started #
To use this plugin, add galli_motion_sensors as a dependency in your pubspec.yaml
file.
dependencies:
galli_motion_sensors: ${latest_version}
copied to clipboard
Import to your project.
import 'package:galli_motion_sensors/galli_motion_sensors.dart';
motionSensors.magnetometer.listen((MagnetometerEvent event) {
print(event);
});
copied to clipboard
Screenshot #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.