Skip to content

Commit

Permalink
changed platform interface version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHoogstrate committed Oct 31, 2023
1 parent 56df885 commit 99a968d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions geolocator_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.0

- Replaces an optional DateTime? `timestamp` in `Position` object for an NonNull DateTime `timestamp`.

## 4.1.1

- Updates dependencies to latest versions to prevent conflicts with other packages.
Expand Down
2 changes: 1 addition & 1 deletion geolocator_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the geolocator plugin.
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 4.1.1
version: 4.2.0

dependencies:
flutter:
Expand Down

0 comments on commit 99a968d

Please sign in to comment.