forked from Baseflow/flutter-geolocator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
33 lines (30 loc) · 916 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
name: geolocator
description: Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
version: 7.4.1
repository: https://github.com/Baseflow/flutter-geolocator/tree/master/geolocator
issue_tracker: https://github.com/Baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
flutter:
plugin:
platforms:
android:
default_package: geolocator_android
ios:
default_package: geolocator_apple
web:
default_package: geolocator_web
dependencies:
flutter:
sdk: flutter
geolocator_platform_interface: ^2.3.4
geolocator_web: ^2.0.6
geolocator_android: ^1.0.1
geolocator_apple: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
mockito: ^5.0.0-nullsafety.7
plugin_platform_interface: ^2.0.0