-
-
Notifications
You must be signed in to change notification settings - Fork 669
/
Copy pathpubspec.yaml
47 lines (41 loc) · 1.22 KB
/
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
44
45
46
47
name: geolocator
description: Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
version: 9.1.0
environment:
sdk: ">=2.15.0 <3.0.0"
flutter: ">=2.8.0"
flutter:
plugin:
platforms:
android:
default_package: geolocator_android
ios:
default_package: geolocator_apple
macos:
default_package: geolocator_apple
web:
default_package: geolocator_web
windows:
default_package: geolocator_windows
dependencies:
flutter:
sdk: flutter
geolocator_platform_interface: ^4.1.0
geolocator_android: ^4.2.0
geolocator_apple: ^2.1.1+1
geolocator_web: ^2.1.3
geolocator_windows: ^0.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
mockito: ^5.0.0-nullsafety.7
plugin_platform_interface: ^2.0.0
# TODO: REMOVE BEFORE MERGING
dependency_overrides:
geolocator_platform_interface:
path: ../geolocator_platform_interface/
geolocator_android:
path: ../geolocator_android/