Skip to content
/ senso Public

A Flutter plugin to get force of gravity through sensor for Android and IOS.

License

Notifications You must be signed in to change notification settings

satcar77/senso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

senso

A Flutter plugin to get force of gravity, attitude values(pitch,roll,yaw,Quaternion.x, Quaternion.y, Quaternion.z), through sensor for Android and IOS. I intend to add more sensor events to this, hence the name 'senso'.

Example

import 'package:senso/senso.dart';

gravityEvents.listen((GravityEvent event) {
  print(event);
});
deviceRotationEvents.listen((RotationEvent event) {
  print(event);
});

About

A Flutter plugin to get force of gravity through sensor for Android and IOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published