forked from dreambitio/flutterlocation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
45 lines (41 loc) · 1.09 KB
/
pubspec.yaml
File metadata and controls
45 lines (41 loc) · 1.09 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
name: location
description: A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.
version: 3.2.4
author: Guillaume Bernos <guillaume@bernos.dev>
homepage: https://github.com/Lyokone/flutterlocation
environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
flutter:
plugin:
platforms:
android:
package: com.lyokone.location
pluginClass: LocationPlugin
ios:
pluginClass: LocationPlugin
macos:
pluginClass: LocationPlugin
web:
default_package: location_web
dependencies:
flutter:
sdk: flutter
location_platform_interface:
git:
url: git://github.com/dreambitio/flutterlocation.git
ref: release/3.2.4
path: location_platform_interface/
location_web:
git:
url: git://github.com/dreambitio/flutterlocation.git
ref: release/3.2.4
path: location_web/
meta: ^1.0.5
dev_dependencies:
async: ^2.0.8
flutter_test:
sdk: flutter
mockito: 3.0.0
plugin_platform_interface: ^1.0.3
test: ^1.3.0