-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
39 lines (33 loc) · 800 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
name: compassx
description: "Flutter compass plugin offering true heading, accuracy, and calibration needs."
version: 1.0.1
homepage: https://pub.dev/packages/compassx
repository: https://github.com/natsuk4ze/compassx
documentation: https://github.com/natsuk4ze/compassx/wiki
funding:
- https://github.com/sponsors/natsuk4ze
topics:
- compass
- sensor
- heading
- north
- calibration
screenshots:
- description: 'Logo of CompassX.'
path: assets/logo.png
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ">=3.0.1 <6.0.0"
flutter:
plugin:
platforms:
android:
package: studio.midoridesign.compassx
pluginClass: CompassXPlugin
ios:
pluginClass: CompassXPlugin