Skip to content

Commit 225a618

Browse files
committed
publish: flutter_osm_web-v1.3.1
1 parent 49e3ef2 commit 225a618

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

flutter_osm_web/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.3.1: fix bug
2+
* fix bug in setIconMarker
3+
* improve changeMarker API in JS
14
## 1.3.0:
25
## 1.2.0-wasm:
36
* add wasm support (migrate from package:js to dart:js_interop)

flutter_osm_web/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_osm_web
22
description: flutter web interface for flutter osm contain web channel and web api
3-
version: 1.3.0
3+
version: 1.3.1
44
homepage: https://github.com/liodali/osm_flutter
55

66
environment:
@@ -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

0 commit comments

Comments
 (0)