Skip to content

Commit 00c42da

Browse files
Version bump
1 parent 15630ad commit 00c42da

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.3.0 - 12-09-2022
2+
- Added support for android sdk 33
3+
- Updated dependencies
4+
- Updated kotlin
5+
- Fixed the breaking changes on the native android side
6+
- Updated the example project to save the background locations to shared prefs
7+
- Updated the example project & readme to use the `@pragma('vm:entry-point')` annotation
8+
19
## 1.2.0 - 15-11-2021
210
- Added iOS specific options to restart the tracking after killing the app
311
- Added option to Android specific options to only get updates every x meters

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.2.0
4+
version: 1.3.0
55

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

0 commit comments

Comments
 (0)