Skip to content

Commit

Permalink
(geolocator_platform_interface): Update dependencies (#1347)
Browse files Browse the repository at this point in the history
* (chore): Update dependencies

* Fix analyzer

* Revert `geolocator`

* Revert `geolocator_android`

* Revert `geolocator_apple`

* Revert `geolocator_linux`

* Revert `geolocator_web`

* Revert `geolocator_windows`

* Missing plugin revert

* Downgrade `geolocator_platform_interface` version

* Update geolocator_platform_interface/CHANGELOG.md

Co-authored-by: Maurits van Beusekom <[email protected]>

---------

Co-authored-by: Maurits van Beusekom <[email protected]>
  • Loading branch information
Zazo032 and mvanbeusekom authored Oct 2, 2023
1 parent c941b6c commit 452fe98
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ The Flutter geolocator plugin is built following the federated plugin architectu

1. [`geolocator`][1]: the app facing package. This is the package users depend on to use the plugin in their project. For details on how to use the [`geolocator`][1] plugin you can refer to its [README.md][2] file.
2. [`geolocator_android`][3]: this package contains the endorsed Android implementation of the geolocator_platform_interface and adds Android support to the [`geolocator`][1] app facing package. More information can be found in its [README.md][4] file;
2. [`geolocator_apple`][5]: this package contains the endorsed iOS and macOS implementations of the geolocator_platform_interface and adds iOS and macOS support to the [`geolocator`][1] app facing package. More information can be found in its [README.md][6] file;
2. [`geolocator_web`][7]: this package contains the endorsed web implementation of the geolocator_platform_interface and adds web support to the [`geolocator`][1] app facing package. More information can be found in its [README.md][8] file;
2. [`geolocator_windows`][9]: this package contains the endorsed Windows implementation of the geolocator_platform_interface and adds Windows support to the [`geolocator`][1] app facing package. More information can be found in its [README.md][10] file;
3. [`geolocator_platform_interface`][11]: this package declares the interface which all platform packages must implement to support the app-facing package. Instructions on how to implement a platform package can be found in the [README.md][12] of the [`geolocator_platform_interface`][11] package.
3. [`geolocator_apple`][5]: this package contains the endorsed iOS and macOS implementations of the geolocator_platform_interface and adds iOS and macOS support to the [`geolocator`][1] app facing package. More information can be found in its [README.md][6] file;
4. [`geolocator_web`][7]: this package contains the endorsed web implementation of the geolocator_platform_interface and adds web support to the [`geolocator`][1] app facing package. More information can be found in its [README.md][8] file;
5. [`geolocator_windows`][9]: this package contains the endorsed Windows implementation of the geolocator_platform_interface and adds Windows support to the [`geolocator`][1] app facing package. More information can be found in its [README.md][10] file;
6. [`geolocator_platform_interface`][11]: this package declares the interface which all platform packages must implement to support the app-facing package. Instructions on how to implement a platform package can be found in the [README.md][12] of the [`geolocator_platform_interface`][11] package.

[1]: ./geolocator
[2]: ./geolocator/README.md
Expand Down
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.1.1

- Updates dependencies to latest versions to prevent conflicts with other packages.

## 4.1.0

- Includes `altitudeAccuracy` and `headingAccuracy` in `Position`.
Expand Down
14 changes: 7 additions & 7 deletions geolocator_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ 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.0
version: 4.1.1

dependencies:
flutter:
sdk: flutter

plugin_platform_interface: ^2.1.1
vector_math: ^2.1.0
meta: ^1.3.0
plugin_platform_interface: ^2.1.6
vector_math: ^2.1.4
meta: ^1.9.1

dev_dependencies:
async: ^2.8.1
async: ^2.11.0
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
mockito: ^5.0.0-nullsafety.7
flutter_lints: ^2.0.3
mockito: ^5.4.2

environment:
sdk: ">=2.15.0 <4.0.0"
Expand Down

0 comments on commit 452fe98

Please sign in to comment.