forked from Baseflow/flutter-geolocator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
25 lines (21 loc) · 676 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
25 lines (21 loc) · 676 Bytes
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
name: geolocator_platform_interface
description: A common platform interface for the geolocator plugin.
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 4.0.5
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.1
vector_math: ^2.1.0
meta: ^1.3.0
dev_dependencies:
async: ^2.8.1
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
mockito: ^5.0.0-nullsafety.7
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.10.0"