Skip to content

Commit

Permalink
Merge branch 'geofence-evaluation-buffer'
Browse files Browse the repository at this point in the history
  • Loading branch information
christocracy committed Jun 5, 2024
2 parents fea438a + 9a8f44a commit 6c08b67
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 4.15.4 — 2024-06-05
* [Android] Fix issues #1298 "Multiple geofence events triggered for a single geofence registration when registered individually".

## 4.15.3 — 2024-05-14
* [Android] Fix bug in .getCurrentPosition not returning or throwing an error in a condition where Network OFF and GPS ON.
* Fix bug in .changePace exception-handling, throwing a `FormatException` instead of `PlatformException`.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
229865a9fe5b2e995e9dfce108342ddb
e955b15aaa2d3e553a4e590151b1e304
Original file line number Diff line number Diff line change
@@ -1 +1 @@
488102e8cf03ea0548853807c067a3def43d3a0a
4ca21bf6b697ea7a42b610c19a53c912dda95a10
Original file line number Diff line number Diff line change
@@ -1 +1 @@
46fbac083502efa621c17339f576a5a05ad3b3f96de481295187e76cbae1a38c
db27016151d4ae7bb05b8df244791fcf87c2b85e4e12858b15219b60a31c194b
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ab32b05cc9ed5d0cb741a0235aced32ebbc22e65b43f41fa8f821e3c948e6063f1b0169ca5899c554d700b02b79d2e6c449d242b260a3724ead6e5a938b7def4
fa523106386aea346bb782a5a08863535ab6b9b170c7174ac30c0e19ced40ffdff21213f7907f1876e3dc49ab9c20e283350477be8f7f3869fe714981764f638
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<version>3.5.3</version>
<version>3.5.4</version>
</versions>
<lastUpdated>20240503133701</lastUpdated>
<lastUpdated>20240605150110</lastUpdated>
</versioning>
</metadata>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b13a14d7e2aec102540dbead18e02820
952d3e167942884978254b8dd5b9bbae
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b6dc73d8c06005b02c2a862993177e5ba45e7235
96ab15a102ebc6ca6e7f5ecf6dbbd36a0dd61e0d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b04dfea8f3869e07b3cd6102afdb11f9815b426c5b2c19d88d1056217573076c
947114b78a73f4c7fdcb0015045c7f613e31f617d2a2452696db8b7419e3d627
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1414603c8f2960f35def168ac57895547c037441fca07c9bd4ea27055acb8225105fc3fcc32ad70daa5cf125d25ea817a57f9bff6f331a4e214ea2a4144d3098
62d704a059e312a7dac759b84ab4269ba1b6f9c5abb003326bb4ce113a904fb3b1846bc15ab8fd899e4bcdcd32125b191d3b9825594073171d27dc40837cfa39
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<version>3.5.3</version>
<version>3.5.4</version>
</versions>
<lastUpdated>20240503133701</lastUpdated>
<lastUpdated>20240605150110</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_background_geolocation
description: The most sophisticated background location tracking & geofencing module with battery-conscious motion-detection intelligence for iOS and Android.
version: 4.15.3
version: 4.15.4
homepage: https://github.com/transistorsoft/flutter_background_geolocation

dependencies:
Expand Down

0 comments on commit 6c08b67

Please sign in to comment.