Skip to content

Commit 6d8f36d

Browse files
committed
publish: 1.3.2
1 parent aa5a544 commit 6d8f36d

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.2:
2+
*fix bug in mylocation on web side
13
### 1.3.1:
24
* fix bug in setIconMarker In web side (#560)
35
### 1.3.0:

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.1-blue)
7+
![pub](https://img.shields.io/badge/pub-v1.3.2-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.1
54+
flutter_osm_plugin: ^1.3.2
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.1
3+
version: 1.3.2
44

55

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

0 commit comments

Comments
 (0)