Skip to content

Commit

Permalink
Revert dependency upper bound.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Feb 8, 2024
1 parent d643785 commit e14f97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ environment:
dependencies:
flutter:
sdk: flutter
latlng: '>=2.0.2'
latlng: ^2.0.2
cached_network_image: ^3.2.0
flutter_localizations:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
latlng: '>=2.0.2'
latlng: ^2.0.2

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit e14f97c

Please sign in to comment.