Skip to content

[Core] Implement Geofencing Service #2

@sunpl13

Description

@sunpl13

Overview

Implement the core background location monitoring logic using Geofencing.

Requirements

  • Use geolocator or native platform channels to register region monitoring.
  • Radius: Fixed at 100m (MVP).
  • Triggers: Detect Enter events for registered locations.
  • Battery Efficiency: Ensure the logic does not keep GPS on high accuracy continuously; rely on OS region monitoring.

References

  • PRD Section 2.1 (Trigger Radius)
  • PRD Section 3 (Battery Efficiency)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions