-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
43 lines (38 loc) · 970 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: flutter_rotation_sensor
description: >
A package provides a stream of device's orientation in three different representations: a rotation
matrix, a quaternion, and Euler angles (azimuth, pitch, roll).
version: 0.1.1
repository: https://github.com/tlserver/flutter_rotation_sensor
environment:
sdk: '>=3.2.3 <4.0.0'
flutter: '>=3.3.0'
topics:
- rotation
- orientation
- heading
- sensor
- compass
dependencies:
flutter:
sdk: flutter
logging: ^1.2.0
# flutter_test depends on meta, so use any
meta: any
native_device_orientation: ^2.0.3
plugin_platform_interface: ^2.1.8
dev_dependencies:
build_runner: ^2.4.11
flutter_lints: ">=4.0.0 <6.0.0"
flutter_test:
sdk: flutter
lint: ^2.3.0
mockito: ^5.4.4
flutter:
plugin:
platforms:
android:
package: net.tlserver6y.flutter_rotation_sensor
pluginClass: FlutterRotationSensorPlugin
ios:
pluginClass: FlutterRotationSensorPlugin