File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.0 - 12-10-2021
2
+ #Added
3
+ - Added more options to android config to specify update interval
4
+ - Added iOS specific options to control activity type and/or distance filter
5
+
1
6
## 1.0.2 - 22-06-2021
2
7
#Fixed
3
8
- Formatting
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Future<void> main() async {
18
18
config: const BackgroundLocationTrackerConfig (
19
19
androidConfig: AndroidConfig (
20
20
notificationIcon: 'explore' ,
21
+ trackingInterval: Duration (seconds: 4 ),
21
22
),
22
23
iOSConfig: IOSConfig (
23
24
activityType: ActivityType .FITNESS ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ packages:
14
14
path: ".."
15
15
relative: true
16
16
source: path
17
- version: "1.0.2 "
17
+ version: "1.1.0 "
18
18
boolean_selector:
19
19
dependency: transitive
20
20
description:
@@ -200,4 +200,4 @@ packages:
200
200
version: "2.1.0"
201
201
sdks:
202
202
dart: ">=2.12.0 <3.0.0"
203
- flutter: ">=1.22 .0"
203
+ flutter: ">=2.0 .0"
Original file line number Diff line number Diff line change @@ -144,4 +144,4 @@ packages:
144
144
version: "2.1.0"
145
145
sdks:
146
146
dart: ">=2.12.0 <3.0.0"
147
- flutter: ">=1.20 .0"
147
+ flutter: ">=2.0 .0"
Original file line number Diff line number Diff line change 1
1
name : background_location_tracker
2
2
description : A Flutter plugin that allows you to track the background location for Android & iOS
3
3
repository : https://github.com/icapps/flutter-background-location-tracker
4
- version : 1.0.2
4
+ version : 1.1.0
5
5
6
6
environment :
7
7
sdk : " >=2.12.0 <3.0.0"
8
- flutter : " >=1.20 .0"
8
+ flutter : " >=2.0 .0"
9
9
10
10
dependencies :
11
11
flutter :
You can’t perform that action at this time.
0 commit comments