From aa5a5442da716ffa53da208381ae8b5c5e2c3ab3 Mon Sep 17 00:00:00 2001 From: liodali <16631886+liodali@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:19:29 +0200 Subject: [PATCH] publish: flutter_osm_web-v1.3.2 --- flutter_osm_web/CHANGELOG.md | 2 ++ flutter_osm_web/pubspec.yaml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/flutter_osm_web/CHANGELOG.md b/flutter_osm_web/CHANGELOG.md index 62903cba..1dbc2d6b 100644 --- a/flutter_osm_web/CHANGELOG.md +++ b/flutter_osm_web/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.3.2: fix bug +* fix mylocation api ## 1.3.1: fix bug * fix bug in setIconMarker * improve changeMarker API in JS diff --git a/flutter_osm_web/pubspec.yaml b/flutter_osm_web/pubspec.yaml index b8436060..c49d33c7 100644 --- a/flutter_osm_web/pubspec.yaml +++ b/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.1 +version: 1.3.2 homepage: https://github.com/liodali/osm_flutter environment: @@ -15,8 +15,8 @@ dependencies: web: ^1.0.0 stream_transform: ^2.1.0 routing_client_dart: ^0.5.5 - flutter_osm_interface: #^1.3.0 - path: ../flutter_osm_interface/ + flutter_osm_interface: ^1.3.0 + #path: ../flutter_osm_interface/ dev_dependencies: flutter_test: sdk: flutter