Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattermoran committed Nov 19, 2023
1 parent 52ee0cc commit 67ca6b2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.0
- Add Naver Map, KakaoMap and TMAP (@trentcharlie & @JulyWitch)
- Add support for AGP 7.4.2 and up (@bitsydarel)

## 3.0.1
- Rename Sygic to Sygic Truck
- Remove deprecated `launchMap` method. use `showMarker` instead
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,17 @@ Currently supported maps:
</br><img src="https://github.com/mattermoran/map_launcher/raw/master/assets/icons/flitsmeister.svg" width="25"> Flitsmeister (Android only)
</br><img src="https://github.com/mattermoran/map_launcher/raw/master/assets/icons/truckmeister.svg" width="25"> Truckmeister (Android only)
</br><img src="https://github.com/mattermoran/map_launcher/raw/master/assets/icons/sygicTruck.svg" width="25"> Sygic Truck
</br><img src="https://github.com/mattermoran/map_launcher/raw/master/assets/icons/naver.svg" width="25"> Naver Map
</br><img src="https://github.com/mattermoran/map_launcher/raw/master/assets/icons/kakao.svg" width="25"> KakaoMap
</br><img src="https://github.com/mattermoran/map_launcher/raw/master/assets/icons/tmap.svg" width="25"> TMAP

## Get started

### Add dependency

```yaml
dependencies:
map_launcher: ^3.0.1
map_launcher: ^3.1.0
flutter_svg: # only if you want to use icons as they are svgs
```
Expand Down
4 changes: 2 additions & 2 deletions lib/src/models.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ enum MapType {
// Naver Map
naver,

// Kakao Map
// KakaoMap
kakao,

// T map
// TMAP
tmap,
}

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: 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.1
version: 3.1.0
homepage: https://github.com/mattermoran/map_launcher

environment:
Expand Down Expand Up @@ -31,4 +31,4 @@ screenshots:
- description: 'Show marker demo'
path: screenshots/marker.webp
- description: 'Show directions demo'
path: screenshots/directions.webp
path: screenshots/directions.webp

0 comments on commit 67ca6b2

Please sign in to comment.