Skip to content

Commit 60092cc

Browse files
committed
publish: 1.3.1
1 parent 225a618 commit 60092cc

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### 1.3.1:
2+
* fix bug in setIconMarker In web side (#560)
13
### 1.3.0:
24
* add new attribute `isDotted` to `RoadOption` to draw dotted line
35
* fix bug related to draw shapes in mobile side

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# flutter_osm_plugin
66

7-
![pub](https://img.shields.io/badge/pub-v1.3.0-blue)
7+
![pub](https://img.shields.io/badge/pub-v1.3.1-blue)
88

99

1010
## Platform Support
@@ -51,7 +51,7 @@
5151
Add the following to your `pubspec.yaml` file:
5252

5353
dependencies:
54-
flutter_osm_plugin: ^1.3.0
54+
flutter_osm_plugin: ^1.3.1
5555

5656

5757

flutter_osm_web/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies:
1515
web: ^1.0.0
1616
stream_transform: ^2.1.0
1717
routing_client_dart: ^0.5.5
18-
flutter_osm_interface: ^1.3.0
19-
#path: ../flutter_osm_interface/
18+
flutter_osm_interface: #^1.3.0
19+
path: ../flutter_osm_interface/
2020
dev_dependencies:
2121
flutter_test:
2222
sdk: flutter

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_osm_plugin
22
description: OpenStreetMap Plugin Native for flutter apps (Andoird/iOS/web)
3-
version: 1.3.0
3+
version: 1.3.1
44

55

66
homepage: https://github.com/liodali/osm_flutter

0 commit comments

Comments
 (0)