background_locator_neo
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
What this package is like to depend on
Last release 3 months ago
21 May 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
4 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Apr 2026 to May 2026Releases
latest 2-
1.1.021 May 2026Release notes
Open source →- iOS Modernization: Added
pausesLocationUpdatesAutomaticallyandactivityTypesupport. - Android 14 Stabilization: Resolved high-precision permission and foreground service requirement issues.
- Identity Synchronization: Aligned all native Channel IDs and package names to
upendra.bajpai. - CI/CD Integration: Added GitHub Actions workflow for automated builds and verification.
- SDK Compatibility: Bumped
compileSdkVersionto 36 and enforced Java 17 / JVM 17.
- iOS Modernization: Added
-
1.0.002 Apr 2026Release notes
Open source →- Initial Release of background_locator_neo: Forked and refactored from
background_locator_fixed. - Namespace Refactor: Updated Android package name to
upendra.bajpai.background_locator_neo. - Modern Android Support: Set
compileSdkVersionto 34 and added requirednamespacetobuild.gradlefor AGP 8.0 support. - Kotlin Compatibility: Fixed type mismatch errors in
LocationParserUtil.ktencountered with modern Kotlin compilers. - Dart 3 Support: Updated SDK constraints to support Dart 3.x.
- JVM Target: Forced JVM target to 1.8 for Java/Kotlin consistency.
Release notes
Open source →- Initial Release of background_locator_neo: Forked and refactored from
background_locator_fixed. - Namespace Refactor: Updated Android package name to
upendra.bajpai.background_locator_neo. - Dart 3 Support: Updated SDK constraints to support Dart 3.x.
- Initial Release of background_locator_neo: Forked and refactored from