Skip to content

Commit

Permalink
Bump to version 1.6.12;
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdok committed Jan 8, 2022
1 parent 23d8ab9 commit 741dc82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.6.12
* Fixes onStatusChanged crash;
* Fixed issue #94;
* Fix importing path_provider in ios example;
* Fix issue #266;
* Fix Android 12 location permission handling;
* Add network location provider even gps location data not update;

## 1.6.6
* Fix invoking method on flutter channel when engine is not ready; (#254)

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: background_locator
description: A Flutter plugin to request the location even if the app is killed. Sending the location to a dart function in background, also provide a meter filter
version: 1.6.6
version: 1.6.12
homepage: https://github.com/rekab-app/background_locator

environment:
Expand Down

5 comments on commit 741dc82

@RohitRB
Copy link

@RohitRB RohitRB commented on 741dc82 Jan 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @mehdok

After update from 1.6.6 to 1.6.12 i have stopped receiving the stream updates of location object but i do get these consoles logs for the location objects from the package itself i believe.

D/plugin (32451): sendLocationEvent {callback=758606796324701262, location={altitude=-17.700000762939453, heading=293.73138, latitude=22.3277915, accuracy=5.616, speed_accuracy=1.7, time=1.64233744E12, is_mocked=false, speed=4.0876374, longitude=73.1923111}}
D/plugin (32451): sendLocationEvent {callback=758606796324701262, location={altitude=-17.700000762939453, heading=293.7315, latitude=22.3277966, accuracy=5.614, speed_accuracy=1.6, time=1.642337441E12, is_mocked=false, speed=2.6273506, longitude=73.1922987}}
D/plugin (32451): sendLocationEvent {callback=758606796324701262, location={altitude=-17.30000114440918, heading=130.26233, latitude=22.3277781, accuracy=4.871, speed_accuracy=2.8, time=1.642337449E12, is_mocked=false, speed=1.9217381, longitude=73.1923261}}
D/plugin (32451): sendLocationEvent {callback=758606796324701262, location={altitude=-17.30000114440918, heading=130.50146, latitude=22.3277631, accuracy=4.466, speed_accuracy=2.9, time=1.64233745E12, is_mocked=false, speed=2.2832127, longitude=73.192345}}

@justjcool
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RohitRB same issue, please check pull requests you will find the soul
tion.

@RohitRB
Copy link

@RohitRB RohitRB commented on 741dc82 Feb 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @justjcool

can you point me to the exact pull request, please?

@justjcool
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yong-Wai-Chun
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FAILURE: Build failed with an exception.

  • What went wrong:
    The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
    The following dependencies do not satisfy the required version:
    project ':background_locator' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21

Anyone help, I already set my kotlin version to be higher than 1.5.20

Please sign in to comment.