forked from Almoullim/background_location
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (26 loc) · 724 Bytes
/
pubspec.yaml
File metadata and controls
30 lines (26 loc) · 724 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
26
27
28
29
30
name: background_location
description: A Flutter plugin to get location updates in the background for both
Android and iOS. Uses CoreLocation for iOS and FusedLocationProvider for
Android.
version: 0.13.0
homepage: https://github.com/Almoullim/background_location
repository: https://github.com/Almoullim/background_location
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
#test: ^1.16.8
pedantic: ^1.11.1
flutter:
plugin:
platforms:
android:
package: com.almoullim.background_location
pluginClass: BackgroundLocationPlugin
ios:
pluginClass: BackgroundLocationPlugin