Skip to content

Commit

Permalink
Depends on flutter map >= 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpongetti committed Oct 30, 2023
1 parent f4489db commit ffd4d70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_map: ^6.0.0
flutter_map: ">=6.0.0 <7.0.0"
flutter_map_marker_cluster:
path: ../
cupertino_icons: ^1.0.6
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_map: ^6.0.0
flutter_map_marker_popup: ^6.1.2
flutter_map: ">=6.0.0 <7.0.0"
flutter_map_marker_popup: ">=6.1.2 <7.0.0"
latlong2: ^0.9.0

dev_dependencies:
Expand Down

0 comments on commit ffd4d70

Please sign in to comment.