Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Apple Maps Dependecy #59

Open
arnovanzyl opened this issue Oct 16, 2023 · 2 comments
Open

Update Apple Maps Dependecy #59

arnovanzyl opened this issue Oct 16, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@arnovanzyl
Copy link

Hi,

This is more of an info request I suppose, but are there differences between using apple_maps_flutter 1.2 and the one in this library 1.0?

If so, would it be possible to update the internal dependecies?

@arnovanzyl arnovanzyl added the enhancement New feature or request label Oct 16, 2023
@arnovanzyl
Copy link
Author

Hi Luis,

I hope you're doing fantastic!

I was wondering if there was perhaps an update on this request?

Kindest regards

@renefloor
Copy link
Collaborator

@arnovanzyl I'm not the author or maintainer, but the package has the following dependency:

apple_maps_flutter: ^1.0.1

The carrot (^) notation means that it requires at least version 1.0.1. It allows any version above that which is not a new major version, so anything between 1.0.1 and 2.0.0 is allowed. If you add this to your project you will notice in the lock file that it will automatically pick the latest apple_maps version that's available.

That's also indicated by the pub.dev score:
image

This table shows which version is compatible with the constraints and which one is the latest. You see that they are the same for every dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants