Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattermoran committed Oct 17, 2023
1 parent aee671e commit 17babd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1
- Rename Sygic to Sygic Truck
- Remove deprecated `launchMap` method. use `showMarker` instead

## 3.0.0
BREAKING: waypoints parameter now uses `List<Waypoint>` instead of `List<Coord>``
- Add CoPilot map (@tjeffree)
Expand All @@ -7,7 +11,6 @@ BREAKING: waypoints parameter now uses `List<Waypoint>` instead of `List<Coord>`
- Add support for gradle 8 (@m-derakhshi)
- Fix future not completing on iOS


## 2.5.0+1
- Update screenshots

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Currently supported maps:

```yaml
dependencies:
map_launcher: ^3.0.0
map_launcher: ^3.0.1
flutter_svg: # only if you want to use icons as they are svgs
```
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: map_launcher
description: Map Launcher is a flutter plugin to find available maps installed on a device and launch them with a marker or show directions.
version: 3.0.0
version: 3.0.1
homepage: https://github.com/mattermoran/map_launcher

environment:
Expand Down

0 comments on commit 17babd7

Please sign in to comment.