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

DEpendency problems when upgrading to 6.0.2 #186

Closed
Henk-Keijzer opened this issue Nov 19, 2023 · 2 comments
Closed

DEpendency problems when upgrading to 6.0.2 #186

Henk-Keijzer opened this issue Nov 19, 2023 · 2 comments

Comments

@Henk-Keijzer
Copy link

Because vector_map_tiles >=5.0.0 depends on latlong2 ^0.9.0 and szwtracktrace depends on latlong2 ^0.8.0, vector_map_tiles >=5.0.0 is forbidden.
So, because szwtracktrace depends on vector_map_tiles ^6.0.2, version solving failed.

Upgraded latlong2 to ^0.9.0. Now I get the following:

Because vector_map_tiles >=5.0.0 depends on flutter_map ^5.0.0 and szwtracktrace depends on flutter_map ^6.0.1, vector_map_tiles >=5.0.0 is forbidden.
So, because szwtracktrace depends on vector_map_tiles ^6.0.2, version solving failed.

@josxha
Copy link
Contributor

josxha commented Nov 19, 2023

vector_map_tiles doesn't support flutter_map 6 yet.

flutter_map: ^5.0.0
vector_map_tiles: ^6.0.2
latlong2: ^0.9.0

@greensopinion
Copy link
Owner

duplicate of #175

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

No branches or pull requests

3 participants