Skip to content

Commit 7332ccb

Browse files
committed
Maintenance, updates dependencies
1 parent 9f4725e commit 7332ccb

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

geolocator_platform_interface/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 4.2.8
22

3-
- Updated `flutter_lints` to version `^5.0.0`.
3+
- Updates dependencies to their latest versions.
4+
- Fixes an analysis warning indicating a missing type declaration.
45

56
## 4.2.7
67

geolocator_platform_interface/lib/src/geolocator_platform_interface.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ abstract class GeolocatorPlatform extends PlatformInterface {
248248
return earthRadius * c;
249249
}
250250

251-
static _toRadians(double degree) {
251+
static double _toRadians(double degree) {
252252
return degree * pi / 180;
253253
}
254254

geolocator_platform_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A common platform interface for the geolocator plugin.
33
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_platform_interface
44
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
55
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6-
version: 4.2.7
6+
version: 4.2.8
77

88

99
dependencies:
@@ -18,7 +18,7 @@ dev_dependencies:
1818
async: ^2.11.0
1919
flutter_test:
2020
sdk: flutter
21-
flutter_lints: ^5.0.0
21+
flutter_lints: ^6.0.0
2222
mockito: ^5.4.2
2323

2424
environment:

0 commit comments

Comments
 (0)