We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e3ef2 commit 225a618Copy full SHA for 225a618
flutter_osm_web/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.3.1: fix bug
2
+* fix bug in setIconMarker
3
+* improve changeMarker API in JS
4
## 1.3.0:
5
## 1.2.0-wasm:
6
* add wasm support (migrate from package:js to dart:js_interop)
flutter_osm_web/pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_osm_web
description: flutter web interface for flutter osm contain web channel and web api
-version: 1.3.0
+version: 1.3.1
homepage: https://github.com/liodali/osm_flutter
environment:
@@ -15,8 +15,8 @@ dependencies:
15
web: ^1.0.0
16
stream_transform: ^2.1.0
17
routing_client_dart: ^0.5.5
18
- flutter_osm_interface: #^1.3.0
19
- path: ../flutter_osm_interface/
+ flutter_osm_interface: ^1.3.0
+ #path: ../flutter_osm_interface/
20
dev_dependencies:
21
flutter_test:
22
sdk: flutter
0 commit comments