-
-
Notifications
You must be signed in to change notification settings - Fork 659
/
pubspec.yaml
33 lines (29 loc) · 872 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_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: 4.6.1
environment:
sdk: ">=2.15.0 <4.0.0"
flutter: ">=2.8.0"
flutter:
plugin:
implements: geolocator
platforms:
android:
package: com.baseflow.geolocator
pluginClass: GeolocatorPlugin
dartPluginClass: GeolocatorAndroid
dependencies:
flutter:
sdk: flutter
geolocator_platform_interface: ^4.1.0
meta: ^1.10.0
uuid: ">=4.0.0 <6.0.0"
dev_dependencies:
async: ^2.8.2
flutter_test:
sdk: flutter
flutter_lints: ">=3.0.0 <5.0.0"
mockito: ^5.2.0
plugin_platform_interface: ^2.1.2