Using geolocator GPS stream with Riverpod StreamProvider – Flutter
I'm wrestling with using the streaming GPS feature (StreamSubscription) of the geolocator package with the StreamProvider function of Riverpod in order have a global variable that has constantly updated user GPS coordinates. Using the geolocator package I am able to…