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+
15## 4.2.4
26
37- 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.
33repository : 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.4
6+ version : 4.2.5
77
88dependencies :
99 flutter :
@@ -21,5 +21,5 @@ dev_dependencies:
2121 mockito : ^5.4.2
2222
2323environment :
24- sdk : " >=2.15.0 <4.0.0 "
24+ sdk : ^3.5.0
2525 flutter : " >=2.8.0"
You can’t perform that action at this time.
0 commit comments