forked from Baseflow/flutter-geolocator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
30 lines (26 loc) · 809 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
name: geolocator_android
description: Geolocation plugin for Flutter. This plugin provides the Android implementation for the geolocator.
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_android
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
version: 3.1.8
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.8"
flutter:
plugin:
platforms:
android:
package: com.baseflow.geolocator
pluginClass: GeolocatorPlugin
dartPluginClass: GeolocatorAndroid
dependencies:
flutter:
sdk: flutter
geolocator_platform_interface: ^4.0.4
dev_dependencies:
async: ^2.8.2
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
mockito: ^5.0.0-nullsafety.7
plugin_platform_interface: ^2.0.0