-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
37 lines (32 loc) · 928 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
name: ar_location_viewer
description: ArLocationViewer is designed to used in areas with large concentration of static POIs
# pub.dev using `flutter pub publish`.
version: 2.0.15
homepage: 'https://github.com/dariocavada/ar_location_viewer.git'
environment:
sdk: '>=3.3.0 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8
sensors_plus: ^4.0.2
camera: ^0.10.5+9
permission_handler: ^11.3.0
vector_math: ^2.1.4
geolocator: ^11.0.0
native_device_orientation: ^2.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
flutter:
plugin:
platforms:
android:
package: eu.suggesto.ar_location_viewer
pluginClass: ArLocationViewerPlugin
ios:
pluginClass: ArLocationViewerPlugin