galli_motion_sensors

Last updated:

0 purchases

galli_motion_sensors Image
galli_motion_sensors Images
Add to Cart

Description:

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 #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.