-
-
Notifications
You must be signed in to change notification settings - Fork 662
/
Copy pathpubspec.yaml
33 lines (29 loc) · 878 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_apple
description: Geolocation Apple plugin for Flutter. This plugin provides the Apple implementation for the geolocator.
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_apple
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
version: 2.3.8+1
environment:
sdk: ">=2.15.0 <4.0.0"
flutter: ">=2.8.0"
flutter:
plugin:
implements: geolocator
platforms:
ios:
pluginClass: GeolocatorPlugin
dartPluginClass: GeolocatorApple
macos:
pluginClass: GeolocatorPlugin
dartPluginClass: GeolocatorApple
dependencies:
flutter:
sdk: flutter
geolocator_platform_interface: ^4.1.0
dev_dependencies:
async: ^2.8.2
flutter_test:
sdk: flutter
flutter_lints: ">=3.0.1 <5.0.0"
mockito: ^5.2.0
plugin_platform_interface: ^2.1.2