blob: e9b0392bae8db5f80b0ed9a5d0e6a663818869af [file] [log] [blame]
name: sensors
description: Flutter plugin for accessing the Android and iOS accelerometer and
gyroscope sensors.
homepage: https://github.com/flutter/plugins/tree/master/packages/sensors
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.5.0-nullsafety
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.sensors
pluginClass: SensorsPlugin
ios:
pluginClass: FLTSensorsPlugin
dependencies:
flutter:
sdk: flutter
dev_dependencies:
test: ^1.16.0-nullsafety
flutter_test:
sdk: flutter
integration_test:
path: ../integration_test
mockito: ^5.0.0-nullsafety.0
pedantic: ^1.10.0-nullsafety
environment:
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"