Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 7.0.0 - 2024-07-09
- **[BREAKING]** Upgrade `flutter_map` to `^7.0.0`.

## 6.0.0 - 2023-10-31 🎃
- **[BREAKING]** Upgrade `flutter_map` to `^6.0.0`.

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_map_tappable_polyline
description: A flutter_map plugin that adds Polyline class with onTap event
version: 6.0.0
version: 7.0.0
homepage: https://github.com/OwnWeb/flutter_map_tappable_polyline

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_map: ^6.0.1
flutter_map: ^7.0.0
latlong2: ^0.9.0

dev_dependencies:
Expand Down