Flutter Geolocator does not update location on Android 14
In my app I have to regularly check location of the device. I do this with geolocator plugin version 12.0.0.
On iOS and Android below 14 everything works fine, but problem is when I test my app on Android 14 (API Level 34). I use Android Simulator and changing location with build-in Extended Controls. When I access device position using .getCurrentPosition() it every time returns position that I set minutes ago.