Skip to content

Commit 1c6d4f4

Browse files
Updatd changelog
1 parent bb892b8 commit 1c6d4f4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.4.0 - 11-01-2023
2+
- Added extra fields. (-1 if not supported or not available)
3+
- horizontalAccuracy
4+
- alt
5+
- verticalAccuracy (Android > O)
6+
- course
7+
- courseAccuracy (iOS > 13.4 & Android > O)
8+
- speed
9+
- speedAccuracy (Android > O)
10+
11+
## 1.3.1 - 14-12-2022
12+
- Fix crash with starting service in background
13+
114
## 1.3.0 - 12-09-2022
215
- Added support for android sdk 33
316
- Updated dependencies

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.3.1
4+
version: 1.4.0
55

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

0 commit comments

Comments
 (0)