name: sensors | |
description: Flutter plugin for accessing the Android and iOS accelerometer and | |
gyroscope sensors. | |
version: 0.2.1 | |
author: Flutter Team <flutter-dev@googlegroups.com> | |
homepage: https://github.com/flutter/plugins/tree/master/packages/sensors | |
flutter: | |
plugin: | |
androidPackage: io.flutter.plugins.sensors | |
iosPrefix: FLT | |
pluginClass: SensorsPlugin | |
dependencies: | |
flutter: | |
sdk: flutter | |
environment: | |
sdk: ">=1.8.0 <2.0.0" |