Flutter Geolocator not retrieving location for iOS 17.5.1 (iPad Air 5th gen, iPhone 13 mini)
I am developing a Flutter app, and my initial screen is a custom splash screen. I’m trying to get the user’s location on this screen. If the app gets the user’s location, it will open the home screen widget with the location data as an argument. This argument is nullable, so if I can’t get the location, the home screen will still work fine.