-
-
Notifications
You must be signed in to change notification settings - Fork 661
/
Copy pathpubspec.yaml
40 lines (35 loc) · 1.04 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
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: 13.0.2
environment:
sdk: ">=2.15.0 <4.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.2.3
geolocator_android: ^4.6.0
geolocator_apple: ^2.3.8
geolocator_web: ^4.1.1
geolocator_windows: ^0.2.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ">=3.0.1 <5.0.0"
mockito: ^5.0.0-nullsafety.7
plugin_platform_interface: ^2.1.8