Skip to content

Commit f127ee3

Browse files
Publish version 1.2.0
1 parent 2ac0f3a commit f127ee3

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.pubignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
tool/
2+
.idea/
3+
test/
4+
example/.drat_tool/
5+
example/android/
6+
example/ios/
7+
build/
8+
.dart_tool/
9+
analysis_options.yaml

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
## 1.1.0 - xx-xx-2021
1+
## 1.2.0 - 15-11-2021
2+
- Added iOS specific options to restart the tracking after killing the app
3+
- Added option to Android specific options to only get updates every x meters
4+
5+
## 1.1.0 - 14-10-2021
26
#Added
37
- Added more options to android config to specify update interval
48
- Added iOS specific options to control activity type and/or distance filter
5-
- Added iOS specific options to restart the tracking after killing the app
6-
- Added option to Android specific options to only get updates every x meters
79

810
## 1.0.2 - 22-06-2021
911
#Fixed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: background_location_tracker
22
description: A Flutter plugin that allows you to track the background location for Android & iOS
33
repository: https://github.com/icapps/flutter-background-location-tracker
4-
version: 1.1.0
4+
version: 1.2.0
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)