You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
await bg.BackgroundGeolocation.ready(bg.Config(
desiredAccuracy: bg.Config.DESIRED_ACCURACY_HIGH,
distanceFilter:200, // Minimum distance in meters
stopOnTerminate:false, // Continue tracking after app termination
startOnBoot:true, // Start tracking on device boot
enableHeadless:true, // Enable headless mode
allowIdenticalLocations:false, // Prevent duplicate locations
useSignificantChangesOnly:false, // Use standard location tracking
heartbeatInterval:60, // Seconds between heartbeats
debug:false, // Set to true for debugging
logLevel: bg.Config.LOG_LEVEL_OFF, // Adjust log level as needed// Additional configurations can be added here
));
Expected Behavior
Actual Behavior
Steps to Reproduce
Context
Is there a way to prevent the location icon/symbol/notification from appearing on an iPhone's Dynamic Island? The status bar location icon is understandable, however the Dynamic Island icon is distracting for users when the app is not running in the foreground.
Debug logs
Logs
PASTE_YOUR_LOGS_HERE
The text was updated successfully, but these errors were encountered:
scl1999
changed the title
Remove the Dynamic Island location icon for related iPhone models?
iOS: Remove the Dynamic Island location icon for related iPhone models?
Jan 8, 2025
Your Environment
flutter doctor
):Expected Behavior
Actual Behavior
Steps to Reproduce
Context
Is there a way to prevent the location icon/symbol/notification from appearing on an iPhone's Dynamic Island? The status bar location icon is understandable, however the Dynamic Island icon is distracting for users when the app is not running in the foreground.
Debug logs
Logs
The text was updated successfully, but these errors were encountered: