-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (31 loc) · 883 Bytes
/
pubspec.yaml
File metadata and controls
37 lines (31 loc) · 883 Bytes
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
name: flutter_azimuth
description: A Flutter Compass Tools Implementation, is the plugin that measure The Azimuth is the angle between magnetic north, and the the orientatin of the device.
version: 3.41.1+3
repository: https://github.com/youmtinetflutterpacks/flutter_azimuth
homepage: https://github.com/youmtinetflutterpacks/flutter_azimuth
documentation: https://flutter-azimuth-doc.youmti.net
topics:
- flutter
- compass
- azimuth
- orientation
- sensor
environment:
sdk: '>=2.18.0 <4.0.0'
flutter: ">=1.10.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
plugin:
platforms:
android:
package: com.ymrabtipacks.flutter_azimuth
pluginClass: FlutterAzimuthPlugin
ios:
pluginClass: FlutterAzimuthPlugin