Skip to content

Instantly share code, notes, and snippets.

@martinoyovo
Created December 12, 2024 11:34
Show Gist options
  • Save martinoyovo/def7da39cfbaab449fb405ee4773e6a7 to your computer and use it in GitHub Desktop.
Save martinoyovo/def7da39cfbaab449fb405ee4773e6a7 to your computer and use it in GitHub Desktop.
...
@override
void dispose() {
// Remove the app lifecycle observer.
WidgetsBinding.instance.removeObserver(this);
// Stop location updates when the widget is disposed.
_locationDataSource.stop();
super.dispose();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment