Skip to content

Commit e1dc188

Browse files
Update changelog
Update version Update required flutter version Updated example
1 parent 9c9c1c3 commit e1dc188

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
## 1.0.2 - 22-06-2021
27
#Fixed
38
- Formatting

example/lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Future<void> main() async {
1818
config: const BackgroundLocationTrackerConfig(
1919
androidConfig: AndroidConfig(
2020
notificationIcon: 'explore',
21+
trackingInterval: Duration(seconds: 4),
2122
),
2223
iOSConfig: IOSConfig(
2324
activityType: ActivityType.FITNESS,

example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
path: ".."
1515
relative: true
1616
source: path
17-
version: "1.0.2"
17+
version: "1.1.0"
1818
boolean_selector:
1919
dependency: transitive
2020
description:
@@ -200,4 +200,4 @@ packages:
200200
version: "2.1.0"
201201
sdks:
202202
dart: ">=2.12.0 <3.0.0"
203-
flutter: ">=1.22.0"
203+
flutter: ">=2.0.0"

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ packages:
144144
version: "2.1.0"
145145
sdks:
146146
dart: ">=2.12.0 <3.0.0"
147-
flutter: ">=1.20.0"
147+
flutter: ">=2.0.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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.0.2
4+
version: 1.1.0
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
8-
flutter: ">=1.20.0"
8+
flutter: ">=2.0.0"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)