File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 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
2
6
#Added
3
7
- Added more options to android config to specify update interval
4
8
- 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
7
9
8
10
## 1.0.2 - 22-06-2021
9
11
#Fixed
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.1 .0
4
+ version : 1.2 .0
5
5
6
6
environment :
7
7
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments