File tree 3 files changed +2
-6
lines changed
geolocator_platform_interface/lib/src/models 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- ## 7.0.2
2
-
3
- - Resolved analyzer error when using mockito (see issue [ #709 ] ( https://github.com/Baseflow/flutter-geolocator/issues/709 ) ).
4
-
5
1
## 7.0.1
6
2
7
3
- Resolved bug when requesting permissions for the web (see issue [ #673 ] ( https://github.com/Baseflow/flutter-geolocator/issues/673 ) ).
Original file line number Diff line number Diff line change 1
1
name : geolocator
2
2
description : Geolocation plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API for generic location (GPS etc.) functions.
3
- version : 7.0.2
3
+ version : 7.0.1
4
4
homepage : https://github.com/Baseflow/flutter-geolocator/tree/master/geolocator
5
5
6
6
environment :
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class Position {
75
75
final bool isMocked;
76
76
77
77
@override
78
- bool operator == (Object o) {
78
+ bool operator == (dynamic o) {
79
79
var areEqual = o is Position &&
80
80
o.accuracy == accuracy &&
81
81
o.altitude == altitude &&
You can’t perform that action at this time.
0 commit comments