Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions geolocator_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.5

- Updates dependency on package_info_plus to version 10.0.0.

## 0.2.4

- Updates dependency on package_info_plus to version 9.0.0.
Expand Down
4 changes: 2 additions & 2 deletions geolocator_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Geolocation Linux plugin for Flutter. This plugin provides the
Linux implementation for the geolocator.
repository: https://github.com/baseflow/flutter-geolocator/tree/main/geolocator_linux
issue_tracker: https://github.com/baseflow/flutter-geolocator/issues?q=is%3Aissue+is%3Aopen
version: 0.2.4
version: 0.2.5

environment:
sdk: ^3.5.0
Expand All @@ -23,7 +23,7 @@ dependencies:
geoclue: ^0.1.1
geolocator_platform_interface: ^4.1.0
gsettings: ^0.2.5
package_info_plus: "^9.0.0"
package_info_plus: "^10.0.0"

dev_dependencies:
build_runner: ^2.1.8
Expand Down
Loading