-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
The app currently uses a hardcoded New Delhi (Lat-Long-> 28.6139, 77.2090) location for evaluating location-based alarm conditions.
This should be replaced with the user’s real-time current location fetched from the device.
Files potentially involved
- lib/app/modules/smart_control/controllers/location_controller.dart
- lib/app/modules/smart_control/views/location
- AndroidManifest.xml (for location permissions)
Expected behaviour
- Get the user current location when they get to the location condition view.
- Use the latlong2, flutter_map, and fl_location packages (similar to the Ultimate Alarm Clock Android app).
- Replace hardcoded coordinates with dynamic location data.
- Handle location permission gracefully.
- If location is unavailable, use a default fallback.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request