From 8256215e2c3b4703964a0c9a91759d03152b28ef Mon Sep 17 00:00:00 2001 From: liodali <16631886+liodali@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:30:00 +0200 Subject: [PATCH] publish: v1.3.5-hotfix --- CHANGELOG.md | 2 ++ README.md | 4 ++-- flutter_osm_web/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 495c857f..d92f3bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 1.3.5: fix bug +* fix issue in convert js object to dart for web side ### 1.3.4: fix bug ### 1.3.3+1: * remove unnecessary gradle dependency that cause issue diff --git a/README.md b/README.md index b7b9b2da..90309904 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # flutter_osm_plugin -![pub](https://img.shields.io/badge/pub-v1.3.4-blue) +![pub](https://img.shields.io/badge/pub-v1.3.5-blue) ## Platform Support @@ -51,7 +51,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - flutter_osm_plugin: ^1.3.4 + flutter_osm_plugin: ^1.3.5 diff --git a/flutter_osm_web/pubspec.yaml b/flutter_osm_web/pubspec.yaml index f79333ca..89a9675f 100644 --- a/flutter_osm_web/pubspec.yaml +++ b/flutter_osm_web/pubspec.yaml @@ -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.2 - #path: ../flutter_osm_interface/ + flutter_osm_interface: #^1.3.2 + path: ../flutter_osm_interface/ dev_dependencies: flutter_test: sdk: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 5dd09cea..70b18fd5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_osm_plugin description: OpenStreetMap Plugin Native for flutter apps (Andoird/iOS/web) -version: 1.3.4 +version: 1.3.5 homepage: https://github.com/liodali/osm_flutter