Skip to content

Commit

Permalink
πŸ”–(chore): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoHeneault committed Jun 5, 2023
1 parent af459c6 commit 75d73b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.0.0 - 2023-06-05
- **[BREAKING]** Upgrade `flutter_map` to `^5.0.0`. *Thanks [@azaderdogan](https://github.com/azaderdogan) and [@JaffaKetchup](https://github.com/JaffaKetchup) πŸ‘*

## 4.0.0+1 - 2023-04-13
- Fixed flutter_map version in README

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Add [`flutter_map`](https://github.com/johnpryan/flutter_map) and `flutter_map_t

```yaml
dependencies:
flutter_map: ^3.1.0
flutter_map_tappable_polyline: any # or the latest version on Pub
flutter_map: ^5.0.0
flutter_map_tappable_polyline: any # take latest version on Pub
```
Add it in you FlutterMap and configure it using `TappablePolylineLayerOptions`.
Expand Down

0 comments on commit 75d73b7

Please sign in to comment.