rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
287 stars 321 forks source link

example does not work #326

Open royer opened 2 years ago

royer commented 2 years ago

only test on android. App is start. but in debug console there has some info:

I/flutter (26301): Initializing... I/flutter (26301): Initialization done I/flutter (26301): Running false

and Status is always "Is not running." there is nothing status change after start button press. and after press stop button has a log info:

D/BackgroundLocatorPlugin(26582): Locator service is not running, nothing to stop

flutter doctor output:

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.10.3, on macOS 12.3.1 21E258 darwin-arm, locale en-CA) [✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0-rc1) [✓] Xcode - develop for iOS and macOS (Xcode 13.3.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2021.1) [✓] IntelliJ IDEA Community Edition (version 2021.3.3) [✓] VS Code (version 1.66.0) [✓] Connected device (2 available) [✓] HTTP Host Availability

Panda-Srujan commented 2 years ago

@royer Did the issue you're facing with the example got resolved?

I've been facing certain issues, just wanted to check are we facing the same issue or different.

Here is the issue link! issue link

royer commented 2 years ago

Not yet.

guigzp commented 2 years ago

Any updates on this?