Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foreground tracking #55

Merged
merged 20 commits into from
Aug 16, 2024
Merged

Foreground tracking #55

merged 20 commits into from
Aug 16, 2024

Conversation

KennyHuRadar
Copy link
Contributor

@KennyHuRadar KennyHuRadar commented Jul 17, 2024

Original: #52
(Changing from fork based dev to branch based dev)

Changes to listeners interface:

  • No longer need to call Radar.attachListeners(); before attaching listeners.

Changes to reflect lastest native changes:

  • Update to startTrackingVerified(int interval, bool beacons), remove need for token param.
  • Add includeGeometry param to searchGeometry.
  • Add layers param to reverseGeocode.

NSInteger callbackHandle = [userDefaults integerForKey:@"events"];
if (callbackHandle == 0) {
return;
NSArray* args = @[@0, dict];
Copy link

Choose a reason for hiding this comment

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

nit: fix the location of the *

…t to work (#63)

* Fix issue where running a background isolate causes method channel not
to work

Made the method channel and call handler static so every flutter engine
can access

* Update RadarFlutterPlugin.java

---------

Co-authored-by: KennyHuRadar <139801512+KennyHuRadar@users.noreply.github.com>
Copy link

@lmeier lmeier left a comment

Choose a reason for hiding this comment

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

lgtm. Up to you how you want to bump native versions to get the motion activity data in

@KennyHuRadar KennyHuRadar merged commit d26e277 into master Aug 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants