SensorEngine Plugin
SensorEngine is a Flutter plugin to simplify how to work with all sorts of mobile sensors. Our goal is to allow you a simple and concise API to work with different sets of hardware features on Android and iOS.
Getting Started
Add this to your package's pubspec.yaml file:
dependencies:
sensor_engine: # (latest version)
flutter pub get