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

flutter_map 2.0.0 dependency mismatch #126

Closed
aytunch opened this issue Jul 12, 2022 · 8 comments · Fixed by #130
Closed

flutter_map 2.0.0 dependency mismatch #126

aytunch opened this issue Jul 12, 2022 · 8 comments · Fixed by #130

Comments

@aytunch
Copy link
Contributor

aytunch commented Jul 12, 2022

Running "flutter pub get" in video_tutorial...
Because flutter_map_marker_cluster 0.5.0 depends on flutter_map ^1.0.0 and no versions of flutter_map_marker_cluster match >0.5.0 <0.6.0, flutter_map_marker_cluster ^0.5.0 requires flutter_map ^1.0.0.
So, because bare_bones depends on both flutter_map ^2.0.0 and flutter_map_marker_cluster ^0.5.0, version solving failed.
pub get failed (1; So, because bare_bones depends on both flutter_map ^2.0.0 and flutter_map_marker_cluster ^0.5.0, version solving failed.)
exit code 1

The only way to run is to add;

dependency_overrides:
  flutter_map: ^2.0.0
@Vafin84
Copy link

Vafin84 commented Jul 29, 2022

When will the next version of the package be released?

@aytunch
Copy link
Contributor Author

aytunch commented Jul 29, 2022

@Vafin84 for the time being, you can use

  flutter_map: ^2.0.0
  flutter_map_marker_cluster:
    git:
      url: https://github.com/aytunch/flutter_map_marker_cluster

@Vafin84
Copy link

Vafin84 commented Aug 1, 2022

@Vafin84 for the time being, you can use

  flutter_map: ^2.0.0
  flutter_map_marker_cluster:
    git:
      url: https://github.com/aytunch/flutter_map_marker_cluster

Hello. Thanks, I'm already using)

@RicardoRB
Copy link
Contributor

@aytunch this is failing for flutter_map: ^2.2.0

@RicardoRB
Copy link
Contributor

@lpongetti

Temporal solution:

  flutter_map_marker_cluster:
    git:
      url: https://github.com/RicardoRB/flutter_map_marker_cluster

@Vafin84
Copy link

Vafin84 commented Aug 9, 2022

@lpongetti

Temporal solution:

  flutter_map_marker_cluster:
    git:
      url: https://github.com/RicardoRB/flutter_map_marker_cluster

Your solution does not fix this problem
#124

@Vafin84
Copy link

Vafin84 commented Aug 10, 2022

I have temporarily created my branch based on version 0.4.4, which in my opinion is more stable.

  flutter_map_marker_cluster:
    git:
      url: https://github.com/Vafin84/flutter_map_marker_cluster
      ref: for_flutter_map_2.2.0

@RicardoRB
Copy link
Contributor

I have temporarily created my branch based on version 0.4.4, which in my opinion is more stable.

  flutter_map_marker_cluster:
    git:
      url: https://github.com/Vafin84/flutter_map_marker_cluster
      ref: for_flutter_map_2.2.0

It could be awesome if someone can maintain this plugin, do you mind if you create the PR from my fork then I can maintain it or if you prefer to do it yourself, just let me know.

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

Successfully merging a pull request may close this issue.

3 participants