File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
geolocator_platform_interface Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.2.5
2
+
3
+ - Updates dart sdk to ` >3.5.0 `
4
+
1
5
## 4.2.4
2
6
3
7
- Correctly handle integer-like numbers when decoding ` Position ` from JSON.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A common platform interface for the geolocator plugin.
3
3
repository : https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 4.2.4
6
+ version : 4.2.5
7
7
8
8
dependencies :
9
9
flutter :
@@ -21,5 +21,5 @@ dev_dependencies:
21
21
mockito : ^5.4.2
22
22
23
23
environment :
24
- sdk : " >=2.15.0 <4.0.0 "
24
+ sdk : ^3.5.0
25
25
flutter : " >=2.8.0"
You can’t perform that action at this time.
0 commit comments