File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
android/src/main/java/com/baseflow/geolocator Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.5.2
2
+
3
+ * Fixes a bug where the Android ` activity ` is leaked when the ` activiy ` is detached from the Flutter application.
4
+
1
5
## 4.5.1
2
6
3
7
* Fixes a bug where the Position class properties were not set correctly.
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ public void onDetachedFromEngine(@NonNull FlutterPluginBinding binding) {
88
88
89
89
@ Override
90
90
public void onAttachedToActivity (@ NonNull ActivityPluginBinding binding ) {
91
-
92
91
Log .d (TAG , "Attaching Geolocator to activity" );
93
92
this .pluginBinding = binding ;
94
93
registerListeners ();
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: geolocator_android
2
2
description : Geolocation plugin for Flutter. This plugin provides the Android implementation for the geolocator.
3
3
repository : https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_android
4
4
issue_tracker : https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
5
- version : 4.5.1
5
+ version : 4.5.2
6
6
7
7
environment :
8
8
sdk : " >=2.15.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments